Searched refs:classPathName (Results 1 – 2 of 2) sorted by relevance
71 static const char* classPathName = "com/android/cts/isolatedsplitapp/Native"; variable99 if (!registerNativeMethods(env, classPathName, methods, sizeof(methods) / sizeof(methods[0]))) { in registerNatives()109 LOGI("JNI_OnLoad %s", classPathName); in JNI_OnLoad()
98 static const char *classPathName = "com/android/cts/splitapp/Native"; variable128 if (!registerNativeMethods(env, classPathName, methods, sizeof(methods) / sizeof(methods[0]))) { in registerNatives()