Home
last modified time | relevance | path

Searched refs:classPathName (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp38 static const char *classPathName = "com/android/cts/splitapp/Native"; variable
62 if (!registerNativeMethods(env, classPathName, methods, sizeof(methods) / sizeof(methods[0]))) { in registerNatives()