Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 25 of 65) sorted by relevance

123

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DCompletableFutureUtil.java67 @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 DTrace.java220 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 DCallbackUtil.java126 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 Dandroid_animation_PropertyValuesHolder.cpp33 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 Dandroid_hardware_input_InputApplicationHandle.cpp145 #define GET_METHOD_ID(var, clazz, methodName, methodSignature) \ argument
H A Dandroid_media_RemoteDisplay.cpp101 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
/aosp14/frameworks/base/media/java/android/media/tv/tuner/
H A DTunerVersionChecker.java139 @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 DTestCaseCollector.java67 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 DSelectTest.java238 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 DOverlayActorEnforcer.java83 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 DTestPredicatesTest.java44 private boolean hasExampleAnnotation(Class<? extends TestCase> aClass, String methodName) in hasExampleAnnotation()
/aosp14/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java698 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 DAppHibernationService.java227 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 DMainActivityTest.java41 … private Object invokeMethod(Class targetClass, Object target, String methodName, Object... params) in invokeMethod()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java551 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 DImportsProvider.kt91 val methodName = fullName.substringAfterLast(".") regex
/aosp14/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestMethod.java44 public TestMethod(String methodName, Class<? extends TestCase> enclosingClass) { in TestMethod()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp83 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
274 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
H A Dcom_android_server_UsbHostManager.cpp45 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
H A Dcom_android_server_tv_TvInputHal.cpp114 #define GET_METHOD_ID(var, clazz, methodName, fieldDescriptor) \ argument
/aosp14/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
H A DMusicRecognitionManagerService.java163 private boolean isCalledByServiceAppLocked(@NonNull String methodName) { in isCalledByServiceAppLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownCheckPoints.java228 String methodName = getMethodName(); in dumpDetails() local
286 String methodName = getMethodName(); in dumpDetails() local
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DRemoteInputConnectionImpl.java1465 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 DSoundTriggerHw2Compat.java157 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 Dagent.cpp192 const char* methodName, ir::Type* returnType, in addCall()
207 const char* methodName, ir::Type* returnType, ir::Type* paramType, in addCall()

123