Home
last modified time | relevance | path

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

12

/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/
DStubMethodAdapterTest.java46 final String methodName = "returnTrue"; in testBoolean() local
48 testBoolean((name, type) -> false, Assert::assertTrue, methodName); in testBoolean() local
51 Type.BOOLEAN_TYPE.equals(type.getReturnType()), Assert::assertFalse, methodName); in testBoolean() local
58 String methodName) throws Exception { in testBoolean()
DClassHasNativeVisitorTest.java70 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { in setHasNativeMethods()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DSysTrace.java102 public static void beginSectionAsync(String methodName, int cookie) { in beginSectionAsync()
116 public static void endSectionAsync(String methodName, int cookie) { in endSectionAsync()
/frameworks/layoutlib/bridge/src/android/animation/
DPropertyValuesHolder_Delegate.java64 private static long registerMethod(Class<?> targetClass, String methodName, Class[] types, in registerMethod()
115 /*package*/ static long nGetIntMethod(Class<?> targetClass, String methodName) { in nGetIntMethod()
120 /*package*/ static long nGetFloatMethod(Class<?> targetClass, String methodName) { in nGetFloatMethod()
125 /*package*/ static long nGetMultipleIntMethod(Class<?> targetClass, String methodName, in nGetMultipleIntMethod()
131 /*package*/ static long nGetMultipleFloatMethod(Class<?> targetClass, String methodName, in nGetMultipleFloatMethod()
/frameworks/base/core/java/android/os/
DTrace.java247 public static void traceBegin(long traceTag, String methodName) { in traceBegin()
282 public static void asyncTraceBegin(long traceTag, String methodName, int cookie) { in asyncTraceBegin()
300 public static void asyncTraceEnd(long traceTag, String methodName, int cookie) { in asyncTraceEnd()
362 public static void beginAsyncSection(@NonNull String methodName, int cookie) { in beginAsyncSection()
374 public static void endAsyncSection(@NonNull String methodName, int cookie) { in endAsyncSection()
/frameworks/base/core/jni/
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()
Dandroid_media_RemoteDisplay.cpp101 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DTestCaseCollector.java67 String methodName = null; in addTestClass() local
83 public void addTestClass(String className, String methodName) throws ClassNotFoundException { in addTestClass()
/frameworks/base/tests/utils/testutils/java/com/android/test/filters/
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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DExtensionRegistryFactory.java90 private static final ExtensionRegistryLite invokeSubclassFactory(String methodName) in invokeSubclassFactory()
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DStubExceptionMethodAdapter.java35 public StubExceptionMethodAdapter(@NotNull MethodVisitor mv, @NotNull String methodName, in StubExceptionMethodAdapter()
DClassHasNativeVisitor.java44 protected void setHasNativeMethods(boolean hasNativeMethods, String methodName) { in setHasNativeMethods()
DStubClassAdapter.java41 @NotNull String methodName, in create()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java767 String methodName; in pairOrAcceptPair() local
834 String methodName = String.format("unpair(device=%s)", device); in unpair() local
908 String methodName) { in connectProfile()
989 String methodName) { in disconnectProfile()
1093 String methodName; in connectPanOrIncomingPanConnection() local
1198 String methodName; in disconnectFromRemoteOrVerifyConnectNap() local
1299 String methodName; in startStopSco() local
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DTestPredicatesTest.java44 private boolean hasExampleAnnotation(Class<? extends TestCase> aClass, String methodName) in hasExampleAnnotation()
/frameworks/base/core/java/android/animation/
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()
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DMainActivityTest.java41 … private Object invokeMethod(Class targetClass, Object target, String methodName, Object... params) in invokeMethod()
/frameworks/base/core/java/android/app/role/
DRoleControllerService.java134 private void enforceCallerSystemUid(@NonNull String methodName) { in onBind()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestMethod.java44 public TestMethod(String methodName, Class<? extends TestCase> enclosingClass) { in TestMethod()
/frameworks/base/core/java/android/widget/
DRemoteViews.java340 public String methodName; field in RemoteViews.MethodKey
359 public void set(Class targetClass, Class paramClass, String methodName) { in set()
920 private MethodHandle getMethod(View view, String methodName, Class<?> paramType, in getMethod()
1196 String methodName; field in RemoteViews.BitmapReflectionAction
1198 BitmapReflectionAction(int viewId, String methodName, Bitmap bitmap) { in BitmapReflectionAction()
1262 String methodName; field in RemoteViews.ReflectionAction
1267 ReflectionAction(int viewId, String methodName, int type, Object value) { in ReflectionAction()
/frameworks/base/services/core/jni/
Dcom_android_server_power_PowerManagerService.cpp81 static bool checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
333 #define GET_METHOD_ID(var, clazz, methodName, methodDescriptor) \ argument
Dcom_android_server_UsbHostManager.cpp48 static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) { in checkAndClearExceptionFromCallback()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java457 private void assertCalledByServiceLocked(@NonNull String methodName) { in assertCalledByServiceLocked()
464 private boolean isCalledByServiceLocked(@NonNull String methodName) { in isCalledByServiceLocked()
/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java321 String methodName = getString(in, l); in invokeViewMethod() local
/frameworks/base/telecomm/java/android/telecom/Logging/
DSessionManager.java354 private void notifySessionCompleteListeners(String methodName, long sessionTimeMs) { in notifySessionCompleteListeners()

12