Files
android_translation_layer/src/api-impl-jni/generated_headers/android_content_Context.h

40 lines
1010 B
C
Raw Normal View History

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class android_content_Context */
#ifndef _Included_android_content_Context
#define _Included_android_content_Context
#ifdef __cplusplus
extern "C" {
#endif
#undef android_content_Context_MODE_PRIVATE
#define android_content_Context_MODE_PRIVATE 0L
/*
* Class: android_content_Context
* Method: native_get_apk_path
* Signature: ()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_android_content_Context_native_1get_1apk_1path
(JNIEnv *, jclass);
/*
* Class: android_content_Context
* Method: native_updateConfig
* Signature: (Landroid/content/res/Configuration;)V
*/
JNIEXPORT void JNICALL Java_android_content_Context_native_1updateConfig
(JNIEnv *, jclass, jobject);
/*
* Class: android_content_Context
* Method: nativeOpenFile
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_android_content_Context_nativeOpenFile
(JNIEnv *, jclass, jint);
#ifdef __cplusplus
}
#endif
#endif