Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/compat/
DCompatUtilsTest.java84 assertNull(CompatUtils.invokeMethod(new BaseClass(), null, null, null)); in testInvokeMethod_NullMethodName()
88 assertNull(CompatUtils.invokeMethod(new BaseClass(), "", null, null)); in testInvokeMethod_EmptyMethodName()
92 assertNull(CompatUtils.invokeMethod(null, "", null, null)); in testInvokeMethod_NullClassInstance()
96 assertNull(CompatUtils.invokeMethod(new BaseClass(), "derivedMethod", null, null)); in testInvokeMethod_NonexistentMethod()
100 … assertEquals(1, CompatUtils.invokeMethod(new DerivedClass(), "overloadedMethod", null, null)); in testInvokeMethod_MethodWithNoParameters()
104 assertNull(CompatUtils.invokeMethod(new DerivedClass(), "derivedMethod", in testInvokeMethod_MethodWithNoParameters_WithParameters()
109 assertNull(CompatUtils.invokeMethod(new DerivedClass(), "overloadedMethod", in testInvokeMethod_MethodWithParameters_WithEmptyParameterList()
114 assertEquals(2, CompatUtils.invokeMethod(new DerivedClass(), "overloadedMethod", in testInvokeMethod_InvokeSimpleMethod()
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
DCompatUtils.java243 public static Object invokeMethod(@Nullable Object instance, @Nullable String methodName, in invokeMethod() method in CompatUtils
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/telecom/
DTelecomManagerCompat.java242 Object handleMmiResult = CompatUtils.invokeMethod( in handleMmi()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...