Searched refs:sMethods (Results 1 - 9 of 9) sorted by relevance
/frameworks/base/core/tests/coretests/apks/install_jni_lib/ |
H A D | com_android_frameworks_coretests_JNITest.cpp | 25 static JNINativeMethod sMethods[] = { member in namespace:android 31 return jniRegisterNativeMethods(env, "com/android/framework/coretests/JNITests", sMethods, 32 NELEM(sMethods));
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
H A D | OverrideMethod.java | 31 private static HashMap<String, MethodListener> sMethods = new HashMap<String, MethodListener>(); field in class:OverrideMethod 32 /** Default listener for all method not listed in sMethods. Nothing if null. */ 53 sMethods.remove(signature); 55 sMethods.put(signature, listener); 74 MethodListener i = sMethods.get(signature); 87 MethodListener i = sMethods.get(signature); 101 MethodListener i = sMethods.get(signature); 115 MethodListener i = sMethods.get(signature); 129 MethodListener i = sMethods.get(signature); 143 MethodListener i = sMethods [all...] |
/frameworks/base/core/jni/ |
H A D | android_database_SQLiteGlobal.cpp | 74 static JNINativeMethod sMethods[] = member in namespace:android 86 sMethods, NELEM(sMethods));
|
H A D | android_util_FileObserver.cpp | 134 static JNINativeMethod sMethods[] = { member in namespace:android 162 return AndroidRuntime::registerNativeMethods(env, "android/os/FileObserver$ObserverThread", sMethods, NELEM(sMethods));
|
H A D | android_database_CursorWindow.cpp | 477 static JNINativeMethod sMethods[] = member in namespace:android 546 sMethods, NELEM(sMethods));
|
H A D | android_database_SQLiteConnection.cpp | 790 static JNINativeMethod sMethods[] = member in namespace:android 875 sMethods, NELEM(sMethods));
|
/frameworks/base/services/jni/ |
H A D | com_android_server_AlarmManagerService.cpp | 99 static JNINativeMethod sMethods[] = { member in namespace:android 111 sMethods, NELEM(sMethods));
|
H A D | com_android_server_BatteryService.cpp | 226 static JNINativeMethod sMethods[] = { member in namespace:android 407 return jniRegisterNativeMethods(env, "com/android/server/BatteryService", sMethods, NELEM(sMethods));
|
H A D | com_android_server_location_GpsLocationProvider.cpp | 568 static JNINativeMethod sMethods[] = { member in namespace:android 598 return jniRegisterNativeMethods(env, "com/android/server/location/GpsLocationProvider", sMethods, NELEM(sMethods));
|
Completed in 560 milliseconds