/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | CompletableFutureUtil.java | 67 @Nullable String tag, @Nullable String methodName, in getValueOrNullInternal() 109 private static void logTimeoutInternal(@Nullable String tag, @Nullable String methodName, in logTimeoutInternal() 118 private static void logErrorInternal(@Nullable String tag, @Nullable String methodName, in logErrorInternal() 127 private static void logCancellationInternal(@Nullable String tag, @Nullable String methodName) { in logCancellationInternal() 194 @Nullable String tag, @Nullable String methodName, in getResultOrFalse() 221 @Nullable String tag, @Nullable String methodName, in getResultOrZero() 249 @Nullable String methodName, @Nullable CancellationGroup cancellationGroup, in getResultOrNull()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Trace.java | 220 public static void traceBegin(long traceTag, @NonNull String methodName) { in traceBegin() 264 public static void asyncTraceBegin(long traceTag, @NonNull String methodName, int cookie) { in asyncTraceBegin() 286 public static void asyncTraceEnd(long traceTag, @NonNull String methodName, int cookie) { in asyncTraceEnd() 368 @NonNull String trackName, @NonNull String methodName, int cookie) { in asyncTraceForTrackBegin() 405 public static void instant(long traceTag, String methodName) { in instant() 419 public static void instantForTrack(long traceTag, String trackName, String methodName) { in instantForTrack() 481 public static void beginAsyncSection(@NonNull String methodName, int cookie) { in beginAsyncSection() 493 public static void endAsyncSection(@NonNull String methodName, int cookie) { in endAsyncSection()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | CallbackUtil.java | 126 static <T, S> Pair<ArrayList<ListenerInfo<T>>, S> addListener(String methodName, in addListener() 177 static <T, S> Pair<ArrayList<ListenerInfo<T>>, S> removeListener(String methodName, in removeListener() 271 void addListener(@NonNull Executor executor, @NonNull T listener, String methodName, in addListener() 290 void removeListener(@NonNull T listener, String methodName) { in removeListener()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_animation_PropertyValuesHolder.cpp | 33 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName) in android_animation_PropertyValuesHolder_getIntMethod() 42 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName) in android_animation_PropertyValuesHolder_getFloatMethod() 50 static jlong getMultiparameterMethod(JNIEnv* env, jclass targetClass, jstring methodName, in getMultiparameterMethod() 65 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName, jint parameterCount) in android_animation_PropertyValuesHolder_getMultipleFloatMethod() 71 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName, jint parameterCount) in android_animation_PropertyValuesHolder_getMultipleIntMethod()
|
H A D | android_hardware_input_InputApplicationHandle.cpp | 145 #define GET_METHOD_ID(var, clazz, methodName, methodSignature) \ argument
|
H A D | android_media_RemoteDisplay.cpp | 101 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
|
/aosp14/frameworks/base/media/java/android/media/tv/tuner/ |
H A D | TunerVersionChecker.java | 139 @TunerVersion int version, String methodName) { in checkHigherOrEqualVersionTo() 151 public static boolean checkSupportVersion(@TunerVersion int version, String methodName) { in checkSupportVersion()
|
/aosp14/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
H A D | TestCaseCollector.java | 67 String methodName = null; in addTestClass() local 83 public void addTestClass(String className, String methodName) throws ClassNotFoundException { in addTestClass()
|
/aosp14/frameworks/base/tests/utils/testutils/java/com/android/test/filters/ |
H A D | SelectTest.java | 238 boolean accept(String className, @Nullable String methodName) { in accept() 274 final String methodName = getMethodName(selectTestArg); in add() local 303 boolean accept(String className, @Nullable String methodName) { in accept()
|
/aosp14/frameworks/base/services/core/java/com/android/server/om/ |
H A D | OverlayActorEnforcer.java | 83 void enforceActor(@NonNull OverlayInfo overlayInfo, @NonNull String methodName, in enforceActor() 104 public ActorState isAllowedActor(String methodName, OverlayInfo overlayInfo, in isAllowedActor()
|
/aosp14/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
H A D | TestPredicatesTest.java | 44 private boolean hasExampleAnnotation(Class<? extends TestCase> aClass, String methodName) in hasExampleAnnotation()
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | PropertyValuesHolder.java | 698 String methodName = getMethodName(prefix, mPropertyName); in getPropertyFunction() local 1274 String methodName = getMethodName("set", mPropertyName); in setupSetter() local 1421 String methodName = getMethodName("set", mPropertyName); in setupSetter() local 1526 String methodName = getMethodName("set", mPropertyName); in setupSetter() local 1633 String methodName = getMethodName("set", mPropertyName); in setupSetter() local 1712 native static private long nGetIntMethod(Class targetClass, String methodName); in nGetIntMethod() 1713 native static private long nGetFloatMethod(Class targetClass, String methodName); in nGetFloatMethod() 1714 native static private long nGetMultipleIntMethod(Class targetClass, String methodName, in nGetMultipleIntMethod() 1716 native static private long nGetMultipleFloatMethod(Class targetClass, String methodName, in nGetMultipleFloatMethod()
|
/aosp14/frameworks/base/services/core/java/com/android/server/apphibernation/ |
H A D | AppHibernationService.java | 227 String methodName = "isHibernatingForUser"; in isHibernatingForUser() local 286 String methodName = "setHibernatingForUser"; in setHibernatingForUser() local 379 String methodName = "getHibernatingPackagesForUser"; in getHibernatingPackagesForUser() local 416 String methodName = "getHibernationStatsForUser"; in getHibernationStatsForUser() local 754 private boolean checkUserStatesExist(int userId, String methodName, boolean shouldLog) { in checkUserStatesExist()
|
/aosp14/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
H A D | MainActivityTest.java | 41 … private Object invokeMethod(Class targetClass, Object target, String methodName, Object... params) in invokeMethod()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RemoteViews.java | 551 public String methodName; field in RemoteViews.MethodKey 570 public void set(Class targetClass, Class paramClass, String methodName) { in set() 1571 private static MethodHandle getMethod(View view, String methodName, Class<?> paramType, in getMethod() 1868 String methodName; field in RemoteViews.BitmapReflectionAction 1870 BitmapReflectionAction(@IdRes int viewId, String methodName, Bitmap bitmap) { in BitmapReflectionAction() 1936 String methodName; field in RemoteViews.BaseReflectionAction 1939 BaseReflectionAction(@IdRes int viewId, String methodName, int type) { in BaseReflectionAction() 2081 ReflectionAction(@IdRes int viewId, String methodName, int type, Object value) { in ReflectionAction() 2232 ResourceReflectionAction(@IdRes int viewId, String methodName, int parameterType, in ResourceReflectionAction() 2319 AttributeReflectionAction(@IdRes int viewId, String methodName, int parameterType, in AttributeReflectionAction() [all …]
|
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | ImportsProvider.kt | 91 val methodName = fullName.substringAfterLast(".") regex
|
/aosp14/frameworks/base/test-runner/src/android/test/suitebuilder/ |
H A D | TestMethod.java | 44 public TestMethod(String methodName, Class<? extends TestCase> enclosingClass) { in TestMethod()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_power_PowerManagerService.cpp | 83 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback() 274 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
|
H A D | com_android_server_UsbHostManager.cpp | 45 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
|
H A D | com_android_server_tv_TvInputHal.cpp | 114 #define GET_METHOD_ID(var, clazz, methodName, fieldDescriptor) \ argument
|
/aosp14/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/ |
H A D | MusicRecognitionManagerService.java | 163 private boolean isCalledByServiceAppLocked(@NonNull String methodName) { in isCalledByServiceAppLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | ShutdownCheckPoints.java | 228 String methodName = getMethodName(); in dumpDetails() local 286 String methodName = getMethodName(); in dumpDetails() local
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | RemoteInputConnectionImpl.java | 1465 private void dispatchWithTracing(@NonNull String methodName, @NonNull Runnable runnable) { in dispatchWithTracing() 1483 private <T> void dispatchWithTracing(@NonNull String methodName, in dispatchWithTracing() 1488 private <T> void dispatchWithTracing(@NonNull String methodName, in dispatchWithTracing()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerHw2Compat.java | 157 private static void handleHalStatus(int status, String methodName) { in handleHalStatus() 163 private static void handleHalStatusAllowBusy(int status, String methodName) { in handleHalStatusAllowBusy()
|
/aosp14/frameworks/base/tools/lock_agent/ |
H A D | agent.cpp | 192 const char* methodName, ir::Type* returnType, in addCall() 207 const char* methodName, ir::Type* returnType, ir::Type* paramType, in addCall()
|