Searched refs:registerNativeMethods (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/ |
D | version.cpp | 33 static int registerNativeMethods(JNIEnv* env, const char* className, in registerNativeMethods() function 58 registerNativeMethods(env, "android/os/lib/consumer/UseSharedLibraryTest", in JNI_OnLoad()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/ |
D | com_android_cts_splitapp_Native.cpp | 45 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int… in registerNativeMethods() function 62 if (!registerNativeMethods(env, classPathName, methods, sizeof(methods) / sizeof(methods[0]))) { in registerNatives()
|