Home
last modified time | relevance | path

Searched refs:sMethods (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DOverrideMethod.java31 private static HashMap<String, MethodListener> sMethods = new HashMap<String, MethodListener>(); field in OverrideMethod
53 sMethods.remove(signature); in setMethodListener()
55 sMethods.put(signature, listener); in setMethodListener()
74 MethodListener i = sMethods.get(signature); in invokeV()
87 MethodListener i = sMethods.get(signature); in invokeI()
101 MethodListener i = sMethods.get(signature); in invokeL()
115 MethodListener i = sMethods.get(signature); in invokeF()
129 MethodListener i = sMethods.get(signature); in invokeD()
143 MethodListener i = sMethods.get(signature); in invokeA()
/frameworks/base/services/jni/
Dcom_android_server_AlarmManagerService.cpp99 static JNINativeMethod sMethods[] = { variable
111 sMethods, NELEM(sMethods)); in register_android_server_AlarmManagerService()
Dcom_android_server_BatteryService.cpp223 static JNINativeMethod sMethods[] = { variable
395 …turn jniRegisterNativeMethods(env, "com/android/server/BatteryService", sMethods, NELEM(sMethods)); in register_android_server_BatteryService()
Dcom_android_server_location_GpsLocationProvider.cpp568 static JNINativeMethod sMethods[] = { variable
598 …erNativeMethods(env, "com/android/server/location/GpsLocationProvider", sMethods, NELEM(sMethods)); in register_android_server_location_GpsLocationProvider()
/frameworks/base/core/jni/
Dandroid_database_SQLiteCompiledSql.cpp95 static JNINativeMethod sMethods[] = variable
120 "android/database/sqlite/SQLiteCompiledSql", sMethods, NELEM(sMethods)); in register_android_database_SQLiteCompiledSql()
Dandroid_util_FileObserver.cpp134 static JNINativeMethod sMethods[] = { variable
162 …e::registerNativeMethods(env, "android/os/FileObserver$ObserverThread", sMethods, NELEM(sMethods)); in register_android_os_FileObserver()
Dandroid_database_SQLiteProgram.cpp162 static JNINativeMethod sMethods[] = variable
192 "android/database/sqlite/SQLiteProgram", sMethods, NELEM(sMethods)); in register_android_database_SQLiteProgram()
Dandroid_database_SQLiteQuery.cpp228 static JNINativeMethod sMethods[] = variable
242 "android/database/sqlite/SQLiteQuery", sMethods, NELEM(sMethods)); in register_android_database_SQLiteQuery()
Dandroid_database_SQLiteStatement.cpp253 static JNINativeMethod sMethods[] = variable
283 "android/database/sqlite/SQLiteStatement", sMethods, NELEM(sMethods)); in register_android_database_SQLiteStatement()
Dandroid_server_BluetoothA2dpService.cpp311 static JNINativeMethod sMethods[] = { variable
341 "android/server/BluetoothA2dpService", sMethods, NELEM(sMethods)); in register_android_server_BluetoothA2dpService()
Dandroid_bluetooth_BluetoothAudioGateway.cpp535 static JNINativeMethod sMethods[] = { variable
549 "android/bluetooth/BluetoothAudioGateway", sMethods, in register_android_bluetooth_BluetoothAudioGateway()
550 NELEM(sMethods)); in register_android_bluetooth_BluetoothAudioGateway()
Dandroid_bluetooth_HeadsetBase.cpp548 static JNINativeMethod sMethods[] = { variable
564 "android/bluetooth/HeadsetBase", sMethods, NELEM(sMethods)); in register_android_bluetooth_HeadsetBase()
Dandroid_database_SQLiteDatabase.cpp463 static JNINativeMethod sMethods[] = variable
515 sMethods, NELEM(sMethods)); in register_android_database_SQLiteDatabase()
Dandroid_bluetooth_BluetoothSocket.cpp557 static JNINativeMethod sMethods[] = { variable
584 "android/bluetooth/BluetoothSocket", sMethods, NELEM(sMethods)); in register_android_bluetooth_BluetoothSocket()
Dandroid_database_CursorWindow.cpp477 static JNINativeMethod sMethods[] = variable
544 sMethods, NELEM(sMethods)); in register_android_database_CursorWindow()
Dandroid_server_BluetoothEventLoop.cpp1575 static JNINativeMethod sMethods[] = { variable
1587 "android/server/BluetoothEventLoop", sMethods, NELEM(sMethods)); in register_android_server_BluetoothEventLoop()
Dandroid_server_BluetoothService.cpp1674 static JNINativeMethod sMethods[] = { variable
1763 "android/server/BluetoothService", sMethods, NELEM(sMethods)); in register_android_server_BluetoothService()