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

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DOverrideMethod.java31 private static HashMap<String, MethodListener> sMethods = new HashMap<>(); field in class:OverrideMethod
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
[all...]
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteGlobal.cpp78 static const JNINativeMethod sMethods[] = member in namespace:android
89 sMethods, NELEM(sMethods));
H A Dandroid_hardware_location_ActivityRecognitionHardware.cpp111 static const JNINativeMethod sMethods[] = { variable
130 sMethods,
131 NELEM(sMethods));
H A Dandroid_security_Scrypt.cpp62 static const JNINativeMethod sMethods[] = { member in namespace:android
69 sMethods, NELEM(sMethods));
H A Dandroid_util_FileObserver.cpp130 static const JNINativeMethod sMethods[] = { member in namespace:android
145 return RegisterMethodsOrDie(env, "android/os/FileObserver$ObserverThread", sMethods,
146 NELEM(sMethods));
H A Dandroid_database_CursorWindow.cpp511 static const JNINativeMethod sMethods[] = member in namespace:android
571 return RegisterMethodsOrDie(env, "android/database/CursorWindow", sMethods, NELEM(sMethods));
H A Dandroid_database_SQLiteConnection.cpp808 static const JNINativeMethod sMethods[] = member in namespace:android
877 return RegisterMethodsOrDie(env, "android/database/sqlite/SQLiteConnection", sMethods,
878 NELEM(sMethods));
/frameworks/base/apct-tests/perftests/core/jni/
H A DSystemPerfTest.cpp51 static const JNINativeMethod sMethods[] = { variable
77 sMethods, NELEM(sMethods)) == -1) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_PersistentDataBlockService.cpp108 static const JNINativeMethod sMethods[] = { member in namespace:android
117 sMethods, NELEM(sMethods));
H A Dcom_android_server_locksettings_SyntheticPasswordManager.cpp79 static const JNINativeMethod sMethods[] = { member in namespace:android
87 sMethods, NELEM(sMethods));
H A Dcom_android_server_GraphicsStatsService.cpp96 static const JNINativeMethod sMethods[] = { member in namespace:android
108 sMethods, NELEM(sMethods));
H A Dcom_android_server_AlarmManagerService.cpp424 static const JNINativeMethod sMethods[] = { member in namespace:android
437 sMethods, NELEM(sMethods));
H A Dcom_android_server_hdmi_HdmiCecController.cpp434 static const JNINativeMethod sMethods[] = { member in namespace:android
457 int res = jniRegisterNativeMethods(env, CLASS_PATH, sMethods, NELEM(sMethods));
H A Dcom_android_server_location_GnssLocationProvider.cpp2117 static const JNINativeMethod sMethods[] = { local
2307 sMethods,
2308 NELEM(sMethods));
/frameworks/base/packages/PrintSpooler/jni/
H A Dcom_android_printspooler_util_BitmapSerializeUtils.cpp176 static const JNINativeMethod sMethods[] = { member in namespace:android
183 sMethods, NELEM(sMethods));
/frameworks/base/cmds/hid/jni/
H A Dcom_android_commands_hid_Device.cpp240 static JNINativeMethod sMethods[] = { member in namespace:android
266 sMethods, NELEM(sMethods));
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java227 private static final ArrayMap<MethodKey, MethodArgs> sMethods = new ArrayMap<>(); field in class:RemoteViews
230 * This key is used to perform lookups in sMethods without causing allocations.
988 synchronized (sMethods) {
991 result = sMethods.get(sLookupKey);
1018 sMethods.put(key, result);

Completed in 177 milliseconds