Searched refs:sMethods (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DOverrideMethod.java31 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 Dandroid_database_SQLiteGlobal.cpp74 static JNINativeMethod sMethods[] = member in namespace:android
86 sMethods, NELEM(sMethods));
H A Dandroid_util_FileObserver.cpp134 static JNINativeMethod sMethods[] = { member in namespace:android
162 return AndroidRuntime::registerNativeMethods(env, "android/os/FileObserver$ObserverThread", sMethods, NELEM(sMethods));
H A Dandroid_server_BluetoothA2dpService.cpp311 static JNINativeMethod sMethods[] = { member in namespace:android
341 "android/server/BluetoothA2dpService", sMethods, NELEM(sMethods));
H A Dandroid_bluetooth_BluetoothAudioGateway.cpp535 static JNINativeMethod sMethods[] = { member in namespace:android
549 "android/bluetooth/BluetoothAudioGateway", sMethods,
550 NELEM(sMethods));
H A Dandroid_bluetooth_HeadsetBase.cpp548 static JNINativeMethod sMethods[] = { member in namespace:android
564 "android/bluetooth/HeadsetBase", sMethods, NELEM(sMethods));
H A Dandroid_bluetooth_BluetoothSocket.cpp557 static JNINativeMethod sMethods[] = { member in namespace:android
584 "android/bluetooth/BluetoothSocket", sMethods, NELEM(sMethods));
H A Dandroid_database_CursorWindow.cpp477 static JNINativeMethod sMethods[] = member in namespace:android
546 sMethods, NELEM(sMethods));
H A Dandroid_database_SQLiteConnection.cpp790 static JNINativeMethod sMethods[] = member in namespace:android
875 sMethods, NELEM(sMethods));
H A Dandroid_server_BluetoothEventLoop.cpp1570 static JNINativeMethod sMethods[] = { member in namespace:android
1582 "android/server/BluetoothEventLoop", sMethods, NELEM(sMethods));
H A Dandroid_server_BluetoothService.cpp1693 static JNINativeMethod sMethods[] = { member in namespace:android
1782 "android/server/BluetoothService", sMethods, NELEM(sMethods));
/frameworks/base/services/jni/
H A Dcom_android_server_AlarmManagerService.cpp99 static JNINativeMethod sMethods[] = { member in namespace:android
111 sMethods, NELEM(sMethods));
H A Dcom_android_server_BatteryService.cpp223 static JNINativeMethod sMethods[] = { member in namespace:android
395 return jniRegisterNativeMethods(env, "com/android/server/BatteryService", sMethods, NELEM(sMethods));
H A Dcom_android_server_location_GpsLocationProvider.cpp568 static JNINativeMethod sMethods[] = { member in namespace:android
598 return jniRegisterNativeMethods(env, "com/android/server/location/GpsLocationProvider", sMethods, NELEM(sMethods));

Completed in 155 milliseconds