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

  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_makedict_Ver3DictDecoder.cpp 33 static const JNINativeMethod sMethods[] = {
45 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
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 54 static const JNINativeMethod sMethods[] = {
74 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
com_android_inputmethod_latin_BinaryDictionary.cpp 350 static const JNINativeMethod sMethods[] = {
435 return registerNativeMethods(env, kClassPathName, sMethods, NELEMS(sMethods));
  /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 791 static JNINativeMethod sMethods[] =
    [all...]
  /frameworks/base/services/jni/
com_android_server_AlarmManagerService.cpp 99 static JNINativeMethod sMethods[] = {
111 sMethods, NELEM(sMethods));
com_android_server_location_FlpHardwareProvider.cpp 944 static JNINativeMethod sMethods[] = {
997 sMethods,
998 NELEM(sMethods)
com_android_server_location_GpsLocationProvider.cpp 739 static JNINativeMethod sMethods[] = {
774 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 397 static JNINativeMethod sMethods[] = {
416 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 922 static JNINativeMethod sMethods[] = {
951 sMethods, NELEM(sMethods));
    [all...]
com_android_bluetooth_gatt.cpp     [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 142 private static final ArrayMap<Class<? extends View>, ArrayMap<MutablePair<String, Class<?>>, Method>> sMethods =
179 * This pair is used to perform lookups in sMethods without causing allocations.
754 ArrayMap<MutablePair<String, Class<?>>, Method> methods = sMethods.get(klass);
757 sMethods.put(klass, methods);
    [all...]

Completed in 388 milliseconds