Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_app_ApplicationLoaders.cpp36 static const char* const kApplicationLoadersName = "android/app/ApplicationLoaders"; variable
42 return RegisterMethodsOrDie(env, kApplicationLoadersName, g_methods, NELEM(g_methods)); in register_android_app_ApplicationLoaders()