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

1 2

  /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/frameworks/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. */
54 sMethods.remove(signature);
56 sMethods.put(signature, listener);
75 MethodListener i = sMethods.get(signature);
88 MethodListener i = sMethods.get(signature);
102 MethodListener i = sMethods.get(signature);
116 MethodListener i = sMethods.get(signature);
130 MethodListener i = sMethods.get(signature);
144 MethodListener i = sMethods.get(signature)
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 78 static JNINativeMethod sMethods[] =
89 sMethods, NELEM(sMethods));
android_util_FileObserver.cpp 130 static JNINativeMethod sMethods[] = {
145 return RegisterMethodsOrDie(env, "android/os/FileObserver$ObserverThread", sMethods,
146 NELEM(sMethods));
android_hardware_location_ActivityRecognitionHardware.cpp 278 static JNINativeMethod sMethods[] = {
297 sMethods,
298 NELEM(sMethods));
android_database_CursorWindow.cpp 480 static JNINativeMethod sMethods[] =
536 return RegisterMethodsOrDie(env, "android/database/CursorWindow", sMethods, NELEM(sMethods));
  /frameworks/base/services/core/jni/
com_android_server_PersistentDataBlockService.cpp 99 static JNINativeMethod sMethods[] = {
108 sMethods, NELEM(sMethods));
com_android_server_AlarmManagerService.cpp 463 static JNINativeMethod sMethods[] = {
476 sMethods, NELEM(sMethods));
com_android_server_hdmi_HdmiCecController.cpp 387 static JNINativeMethod sMethods[] = {
409 int res = jniRegisterNativeMethods(env, CLASS_PATH, sMethods, NELEM(sMethods));
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_keyboard_ProximityInfo.cpp 46 static const JNINativeMethod sMethods[] = {
61 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
com_android_inputmethod_latin_DicTraverseSession.cpp 58 static const JNINativeMethod sMethods[] = {
78 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
com_android_inputmethod_latin_BinaryDictionaryUtils.cpp 82 static const JNINativeMethod sMethods[] = {
103 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
  /frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp 169 static JNINativeMethod sMethods[] = {
176 sMethods, NELEM(sMethods));
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 234 static JNINativeMethod sMethods[] = {
245 sMethods, NELEM(sMethods));
com_android_bluetooth_avrcp_controller.cpp 186 static JNINativeMethod sMethods[] = {
197 sMethods, NELEM(sMethods));
com_android_bluetooth_a2dp_sink.cpp 240 static JNINativeMethod sMethods[] = {
251 sMethods, NELEM(sMethods));
com_android_bluetooth_hdp.cpp 269 static JNINativeMethod sMethods[] = {
282 sMethods, NELEM(sMethods));
com_android_bluetooth_pan.cpp 237 static JNINativeMethod sMethods[] = {
251 sMethods, NELEM(sMethods));
com_android_bluetooth_avrcp.cpp 419 static JNINativeMethod sMethods[] = {
438 sMethods, NELEM(sMethods));
com_android_bluetooth_hid.cpp 500 static JNINativeMethod sMethods[] = {
517 sMethods, NELEM(sMethods));
com_android_bluetooth_hfpclient.cpp 593 static JNINativeMethod sMethods[] = {
619 sMethods, NELEM(sMethods));
  /packages/apps/Nfc/nci/jni/
RoutingManager.h 80 static const JNINativeMethod sMethods [];
RoutingManager.cpp 37 const JNINativeMethod RoutingManager::sMethods [] =
575 return jniRegisterNativeMethods (e, "com/android/nfc/cardemulation/AidRoutingManager", sMethods, NELEM(sMethods));
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 276 static JNINativeMethod sMethods[] = {
299 sMethods, NELEM(sMethods));
  /frameworks/base/cmds/hid/jni/
com_android_commands_hid_Device.cpp 221 static JNINativeMethod sMethods[] = {
237 sMethods, NELEM(sMethods));

Completed in 493 milliseconds

1 2