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

  /frameworks/base/core/tests/coretests/apks/install_jni_lib/
com_android_frameworks_coretests_JNITest.cpp 25 static JNINativeMethod sMethods[] = {
31 return jniRegisterNativeMethods(env, "com/android/framework/coretests/JNITests", sMethods,
32 NELEM(sMethods));
  /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/core/jni/
android_database_SQLiteGlobal.cpp 74 static JNINativeMethod sMethods[] =
86 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_CursorWindow.cpp 477 static JNINativeMethod sMethods[] =
546 sMethods, NELEM(sMethods));
android_database_SQLiteConnection.cpp 790 static JNINativeMethod sMethods[] =
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_keyboard_ProximityInfo.cpp 45 static JNINativeMethod sMethods[] = {
56 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
com_android_inputmethod_latin_DicTraverseSession.cpp 50 static JNINativeMethod sMethods[] = {
64 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
com_android_inputmethod_latin_BinaryDictionary.cpp 283 static JNINativeMethod sMethods[] = {
309 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
  /frameworks/base/services/jni/
com_android_server_AlarmManagerService.cpp 99 static JNINativeMethod sMethods[] = {
111 sMethods, NELEM(sMethods));
com_android_server_BatteryService.cpp 291 static JNINativeMethod sMethods[] = {
468 return jniRegisterNativeMethods(env, "com/android/server/BatteryService", sMethods, NELEM(sMethods));
com_android_server_location_GpsLocationProvider.cpp 738 static JNINativeMethod sMethods[] = {
773 return jniRegisterNativeMethods(env, "com/android/server/location/GpsLocationProvider", sMethods, NELEM(sMethods));
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 234 static JNINativeMethod sMethods[] = {
245 sMethods, NELEM(sMethods));
com_android_bluetooth_hdp.cpp 269 static JNINativeMethod sMethods[] = {
282 sMethods, NELEM(sMethods));
com_android_bluetooth_pan.cpp 232 static JNINativeMethod sMethods[] = {
246 sMethods, NELEM(sMethods));
com_android_bluetooth_avrcp.cpp 321 static JNINativeMethod sMethods[] = {
338 sMethods, NELEM(sMethods));
com_android_bluetooth_hid.cpp 445 static JNINativeMethod sMethods[] = {
462 sMethods, NELEM(sMethods));
com_android_bluetooth_hfp.cpp 542 static JNINativeMethod sMethods[] = {
565 sMethods, NELEM(sMethods));
com_android_bluetooth_btservice_AdapterService.cpp 907 static JNINativeMethod sMethods[] = {
935 sMethods, NELEM(sMethods));
    [all...]
com_android_bluetooth_gatt.cpp     [all...]

Completed in 263 milliseconds