Searched refs:sMethods (Results 1 - 18 of 18) 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/services/jni/
H A Dcom_android_server_AlarmManagerService.cpp116 static JNINativeMethod sMethods[] = { member in namespace:android
136 sMethods, NELEM(sMethods));
H A Dcom_android_server_BatteryService.cpp224 static JNINativeMethod sMethods[] = { member in namespace:android
393 return jniRegisterNativeMethods(env, "com/android/server/BatteryService", sMethods, NELEM(sMethods));
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteCompiledSql.cpp105 static JNINativeMethod sMethods[] = member in namespace:android
131 "android/database/sqlite/SQLiteCompiledSql", sMethods, NELEM(sMethods));
H A Dandroid_database_SQLiteStatement.cpp119 static JNINativeMethod sMethods[] = member in namespace:android
146 "android/database/sqlite/SQLiteStatement", 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_database_SQLiteProgram.cpp162 static JNINativeMethod sMethods[] = member in namespace:android
192 "android/database/sqlite/SQLiteProgram", sMethods, NELEM(sMethods));
H A Dandroid_database_SQLiteQuery.cpp336 static JNINativeMethod sMethods[] = member in namespace:android
363 "android/database/sqlite/SQLiteQuery", sMethods, NELEM(sMethods));
H A Dandroid_server_BluetoothA2dpService.cpp306 static JNINativeMethod sMethods[] = { member in namespace:android
336 "android/server/BluetoothA2dpService", sMethods, NELEM(sMethods));
H A Dandroid_bluetooth_BluetoothAudioGateway.cpp533 static JNINativeMethod sMethods[] = { member in namespace:android
547 "android/bluetooth/BluetoothAudioGateway", sMethods,
548 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.cpp526 static JNINativeMethod sMethods[] = { member in namespace:android
553 "android/bluetooth/BluetoothSocket", sMethods, NELEM(sMethods));
H A Dandroid_bluetooth_ScoSocket.cpp675 static JNINativeMethod sMethods[] = { member in namespace:android
686 "android/bluetooth/ScoSocket", sMethods, NELEM(sMethods));
H A Dandroid_database_SQLiteDatabase.cpp446 static JNINativeMethod sMethods[] = member in namespace:android
477 return AndroidRuntime::registerNativeMethods(env, "android/database/sqlite/SQLiteDatabase", sMethods, NELEM(sMethods));
H A Dandroid_location_GpsLocationProvider.cpp512 static JNINativeMethod sMethods[] = { member in namespace:android
539 return jniRegisterNativeMethods(env, "com/android/internal/location/GpsLocationProvider", sMethods, NELEM(sMethods));
H A Dandroid_database_CursorWindow.cpp655 static JNINativeMethod sMethods[] = member in namespace:android
722 sMethods, NELEM(sMethods));
H A Dandroid_server_BluetoothService.cpp884 static JNINativeMethod sMethods[] = { member in namespace:android
933 "android/server/BluetoothService", sMethods, NELEM(sMethods));
H A Dandroid_server_BluetoothEventLoop.cpp1205 static JNINativeMethod sMethods[] = { member in namespace:android
1217 "android/server/BluetoothEventLoop", sMethods, NELEM(sMethods));

Completed in 351 milliseconds