HomeSort by relevance Sort by last modified time
    Searched refs:sMethods (Results 1 - 18 of 18) sorted by null

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
OverrideMethod.java 31 private static HashMap<String, MethodListener> sMethods = new HashMap<String, MethodListener>();
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.get(signature)
    [all...]
  /frameworks/base/services/jni/
com_android_server_AlarmManagerService.cpp 116 static JNINativeMethod sMethods[] = {
136 sMethods, NELEM(sMethods));
com_android_server_BatteryService.cpp 224 static JNINativeMethod sMethods[] = {
393 return jniRegisterNativeMethods(env, "com/android/server/BatteryService", sMethods, NELEM(sMethods));
com_android_server_location_GpsLocationProvider.cpp 601 static JNINativeMethod sMethods[] = {
631 return jniRegisterNativeMethods(env, "com/android/server/location/GpsLocationProvider", sMethods, NELEM(sMethods));
  /frameworks/base/core/jni/
android_database_SQLiteCompiledSql.cpp 105 static JNINativeMethod sMethods[] =
131 "android/database/sqlite/SQLiteCompiledSql", sMethods, NELEM(sMethods));
android_database_SQLiteStatement.cpp 119 static JNINativeMethod sMethods[] =
146 "android/database/sqlite/SQLiteStatement", sMethods, NELEM(sMethods));
android_util_FileObserver.cpp 134 static JNINativeMethod sMethods[] = {
162 return AndroidRuntime::registerNativeMethods(env, "android/os/FileObserver$ObserverThread", sMethods, NELEM(sMethods));
android_database_SQLiteProgram.cpp 162 static JNINativeMethod sMethods[] =
192 "android/database/sqlite/SQLiteProgram", sMethods, NELEM(sMethods));
android_database_SQLiteQuery.cpp 336 static JNINativeMethod sMethods[] =
363 "android/database/sqlite/SQLiteQuery", sMethods, NELEM(sMethods));
android_server_BluetoothA2dpService.cpp 311 static JNINativeMethod sMethods[] = {
341 "android/server/BluetoothA2dpService", sMethods, NELEM(sMethods));
android_bluetooth_BluetoothAudioGateway.cpp 533 static JNINativeMethod sMethods[] = {
547 "android/bluetooth/BluetoothAudioGateway", sMethods,
548 NELEM(sMethods));
android_bluetooth_HeadsetBase.cpp 548 static JNINativeMethod sMethods[] = {
564 "android/bluetooth/HeadsetBase", sMethods, NELEM(sMethods));
android_bluetooth_BluetoothSocket.cpp 526 static JNINativeMethod sMethods[] = {
553 "android/bluetooth/BluetoothSocket", sMethods, NELEM(sMethods));
android_bluetooth_ScoSocket.cpp 675 static JNINativeMethod sMethods[] = {
686 "android/bluetooth/ScoSocket", sMethods, NELEM(sMethods));
android_database_SQLiteDatabase.cpp 446 static JNINativeMethod sMethods[] =
477 return AndroidRuntime::registerNativeMethods(env, "android/database/sqlite/SQLiteDatabase", sMethods, NELEM(sMethods));
android_database_CursorWindow.cpp 655 static JNINativeMethod sMethods[] =
722 sMethods, NELEM(sMethods));
android_server_BluetoothService.cpp     [all...]
android_server_BluetoothEventLoop.cpp     [all...]

Completed in 770 milliseconds