Home
last modified time | relevance | path

Searched refs:invokeMethod (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/compat/
DCompatUtilsTest.java86 assertNull(CompatUtils.invokeMethod(new BaseClass(), null, null, null)); in testInvokeMethod_NullMethodName()
90 assertNull(CompatUtils.invokeMethod(new BaseClass(), "", null, null)); in testInvokeMethod_EmptyMethodName()
94 assertNull(CompatUtils.invokeMethod(null, "", null, null)); in testInvokeMethod_NullClassInstance()
98 assertNull(CompatUtils.invokeMethod(new BaseClass(), "derivedMethod", null, null)); in testInvokeMethod_NonexistentMethod()
102 … assertEquals(1, CompatUtils.invokeMethod(new DerivedClass(), "overloadedMethod", null, null)); in testInvokeMethod_MethodWithNoParameters()
106 assertNull(CompatUtils.invokeMethod(new DerivedClass(), "derivedMethod", in testInvokeMethod_MethodWithNoParameters_WithParameters()
111 assertNull(CompatUtils.invokeMethod(new DerivedClass(), "overloadedMethod", in testInvokeMethod_MethodWithParameters_WithEmptyParameterList()
116 assertEquals(2, CompatUtils.invokeMethod(new DerivedClass(), "overloadedMethod", in testInvokeMethod_InvokeSimpleMethod()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DPinItemRequestCompat.java47 return (Integer) invokeMethod("getRequestType"); in getRequestType()
51 return (ShortcutInfo) invokeMethod("getShortcutInfo"); in getShortcutInfo()
65 return (Boolean) invokeMethod("isValid"); in isValid()
69 return (Boolean) invokeMethod("accept"); in accept()
89 private Object invokeMethod(String methodName) { in invokeMethod() method in PinItemRequestCompat
/packages/apps/Contacts/tests/src/com/android/contacts/
DRunMethodInstrumentation.java98 invokeMethod(args, className, methodName); in onStart()
108 private void invokeMethod(Bundle args, String className, String methodName) throws in invokeMethod() method in RunMethodInstrumentation
/packages/apps/Dialer/java/com/android/dialer/compat/
DCompatUtils.java178 public static Object invokeMethod( in invokeMethod() method in CompatUtils
/packages/apps/Dialer/java/com/android/contacts/common/compat/telecom/
DTelecomManagerCompat.java260 CompatUtils.invokeMethod( in handleMmi()
/packages/apps/Contacts/src/com/android/contacts/compat/
DCompatUtils.java253 public static Object invokeMethod(@Nullable Object instance, @Nullable String methodName, in invokeMethod() method in CompatUtils
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...