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/core/jni/
H A Dandroid_util_FileObserver.cpp130 static JNINativeMethod sMethods[] = { member in namespace:android
158 return AndroidRuntime::registerNativeMethods(env, "android/os/FileObserver$ObserverThread", 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_bluetooth_Database.cpp167 static JNINativeMethod sMethods[] = { member in namespace:android
181 "android/bluetooth/Database", sMethods, NELEM(sMethods));
H A Dandroid_database_SQLiteProgram.cpp205 static JNINativeMethod sMethods[] = member in namespace:android
237 "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_location_GpsLocationProvider.cpp351 static JNINativeMethod sMethods[] = { member in namespace:android
375 return jniRegisterNativeMethods(env, "com/android/internal/location/GpsLocationProvider", 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.cpp529 static JNINativeMethod sMethods[] = { member in namespace:android
545 "android/bluetooth/HeadsetBase", sMethods, NELEM(sMethods));
H A Dandroid_bluetooth_ScoSocket.cpp492 static JNINativeMethod sMethods[] = { member in namespace:android
503 "android/bluetooth/ScoSocket", sMethods, NELEM(sMethods));
H A Dandroid_database_SQLiteDatabase.cpp352 static JNINativeMethod sMethods[] = member in namespace:android
380 return AndroidRuntime::registerNativeMethods(env, "android/database/sqlite/SQLiteDatabase", sMethods, NELEM(sMethods));
H A Dandroid_server_BluetoothA2dpService.cpp406 static JNINativeMethod sMethods[] = { member in namespace:android
437 "android/server/BluetoothA2dpService", sMethods, NELEM(sMethods));
H A Dandroid_bluetooth_RfcommSocket.cpp596 static JNINativeMethod sMethods[] = { member in namespace:android
618 "android/bluetooth/RfcommSocket", sMethods, NELEM(sMethods));
H A Dandroid_database_CursorWindow.cpp607 static JNINativeMethod sMethods[] = member in namespace:android
671 sMethods, NELEM(sMethods));
H A Dandroid_server_BluetoothDeviceService.cpp975 static JNINativeMethod sMethods[] = { member in namespace:android
1032 "android/server/BluetoothDeviceService", sMethods, NELEM(sMethods));
H A Dandroid_server_BluetoothEventLoop.cpp1150 static JNINativeMethod sMethods[] = { member in namespace:android
1162 "android/server/BluetoothEventLoop", sMethods, NELEM(sMethods));
/frameworks/base/services/jni/
H A Dcom_android_server_AlarmManagerService.cpp120 static JNINativeMethod sMethods[] = { member in namespace:android
140 sMethods, NELEM(sMethods));
H A Dcom_android_server_BatteryService.cpp200 static JNINativeMethod sMethods[] = { member in namespace:android
274 return jniRegisterNativeMethods(env, "com/android/server/BatteryService", sMethods, NELEM(sMethods));

Completed in 636 milliseconds