/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | OverrideMethod.java | 31 private static HashMap<String, MethodListener> sMethods = new HashMap<>(); field in OverrideMethod 54 sMethods.remove(signature); in setMethodListener() 56 sMethods.put(signature, listener); in setMethodListener() 75 MethodListener i = sMethods.get(signature); in invokeV() 88 MethodListener i = sMethods.get(signature); in invokeI() 102 MethodListener i = sMethods.get(signature); in invokeL() 116 MethodListener i = sMethods.get(signature); in invokeF() 130 MethodListener i = sMethods.get(signature); in invokeD() 144 MethodListener i = sMethods.get(signature); in invokeA()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_locksettings_SyntheticPasswordManager.cpp | 47 static const JNINativeMethod sMethods[] = { variable 54 sMethods, NELEM(sMethods)); in register_android_server_SyntheticPasswordManager()
|
D | com_android_server_am_AppCompactor.cpp | 77 static const JNINativeMethod sMethods[] = { variable 85 sMethods, NELEM(sMethods)); in register_android_server_am_AppCompactor()
|
D | com_android_server_PersistentDataBlockService.cpp | 108 static const JNINativeMethod sMethods[] = { variable 117 sMethods, NELEM(sMethods)); in register_android_server_PersistentDataBlockService()
|
D | com_android_server_security_VerityUtils.cpp | 83 const JNINativeMethod sMethods[] = { variable 92 "com/android/server/security/VerityUtils", sMethods, NELEM(sMethods)); in register_android_server_security_VerityUtils()
|
D | com_android_server_am_LowMemDetector.cpp | 144 static const JNINativeMethod sMethods[] = { variable 153 sMethods, NELEM(sMethods)); in register_android_server_am_LowMemDetector()
|
D | com_android_server_GraphicsStatsService.cpp | 96 static const JNINativeMethod sMethods[] = { variable 108 sMethods, NELEM(sMethods)); in register_android_server_GraphicsStatsService()
|
D | com_android_server_AlarmManagerService.cpp | 389 static const JNINativeMethod sMethods[] = { variable 403 sMethods, NELEM(sMethods)); in register_android_server_AlarmManagerService()
|
D | com_android_server_location_GnssLocationProvider.cpp | 3058 static const JNINativeMethod sMethods[] = { variable 3289 sMethods, in register_android_server_location_GnssLocationProvider() 3290 NELEM(sMethods)); in register_android_server_location_GnssLocationProvider()
|
/frameworks/base/core/jni/ |
D | android_hardware_location_ActivityRecognitionHardware.cpp | 111 static const JNINativeMethod sMethods[] = { variable 130 sMethods, in register_android_hardware_location_ActivityRecognitionHardware() 131 NELEM(sMethods)); in register_android_hardware_location_ActivityRecognitionHardware()
|
D | android_database_SQLiteGlobal.cpp | 78 static const JNINativeMethod sMethods[] = variable 89 sMethods, NELEM(sMethods)); in register_android_database_SQLiteGlobal()
|
D | android_security_Scrypt.cpp | 62 static const JNINativeMethod sMethods[] = { variable 69 sMethods, NELEM(sMethods)); in register_android_security_Scrypt()
|
D | android_util_FileObserver.cpp | 146 static const JNINativeMethod sMethods[] = { variable 161 return RegisterMethodsOrDie(env, "android/os/FileObserver$ObserverThread", sMethods, in register_android_os_FileObserver() 162 NELEM(sMethods)); in register_android_os_FileObserver()
|
D | android_database_CursorWindow.cpp | 515 static const JNINativeMethod sMethods[] = variable 575 return RegisterMethodsOrDie(env, "android/database/CursorWindow", sMethods, NELEM(sMethods)); in register_android_database_CursorWindow()
|
D | android_database_SQLiteConnection.cpp | 808 static const JNINativeMethod sMethods[] = variable 877 return RegisterMethodsOrDie(env, "android/database/sqlite/SQLiteConnection", sMethods, in register_android_database_SQLiteConnection() 878 NELEM(sMethods)); in register_android_database_SQLiteConnection()
|
/frameworks/base/apct-tests/perftests/core/jni/ |
D | SystemPerfTest.cpp | 51 static const JNINativeMethod sMethods[] = { variable 77 sMethods, NELEM(sMethods)) == -1) { in JNI_OnLoad()
|
/frameworks/base/packages/PrintSpooler/jni/ |
D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 176 static const JNINativeMethod sMethods[] = { variable 183 sMethods, NELEM(sMethods)); in register_com_android_printspooler_util_BitmapSerializeUtils()
|
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 286 static JNINativeMethod sMethods[] = { variable 316 sMethods, NELEM(sMethods)); in register_com_android_commands_hid_Device()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViews.java | 267 private static final ArrayMap<MethodKey, MethodArgs> sMethods = new ArrayMap<>(); field in RemoteViews 925 synchronized (sMethods) { in getMethod() 928 result = sMethods.get(sLookupKey); in getMethod() 955 sMethods.put(key, result); in getMethod()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 83634 Landroid/widget/RemoteViews;->sMethods:Landroid/util/ArrayMap;
|