/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/compat/ |
H A D | CompatUtilsTest.java | 86 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()
|
/aosp12/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
H A D | MainActivityTest.java | 35 invokeMethod(View.class, view, "encode", encoder); in encode() 36 invokeMethod(encoder.getClass(), encoder, "endStream"); in encode() 41 … private Object invokeMethod(Class targetClass, Object target, String methodName, Object... params) in invokeMethod() method in MainActivityTest
|
/aosp12/art/test/692-vdex-secondary-loader/src/ |
H A D | Main.java | 39 boolean invokeMethod) throws Exception { in test() argument 51 if (invokeMethod) { in test()
|
/aosp12/hardware/interfaces/wifi/1.0/vts/functional/ |
H A D | wifi_hidl_call_util.h | 87 typename functionArgSaver<CallbackT>::StorageT invokeMethod( 119 (detail::invokeMethod< \
|
/aosp12/hardware/interfaces/wifi/offload/1.0/vts/functional/ |
H A D | hidl_call_util.h | 86 typename functionArgSaver<CallbackT>::StorageT invokeMethod( 118 (detail::invokeMethod< \
|
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
H A D | supplicant_hidl_call_util.h | 90 typename functionArgSaver<CallbackT>::StorageT invokeMethod( 122 (detail::invokeMethod< \
|
/aosp12/art/test/692-vdex-inmem-loader/src/ |
H A D | Main.java | 46 boolean invokeMethod) throws Exception { in test() argument 58 if (invokeMethod) { in test()
|
/aosp12/hardware/interfaces/wifi/hostapd/1.0/vts/functional/ |
H A D | hostapd_hidl_call_util.h | 90 typename functionArgSaver<CallbackT>::StorageT invokeMethod( 130 (detail::invokeMethod< \
|
/aosp12/art/test/716-jli-jit-samples/src-art/ |
H A D | Main.java | 93 Method invokeMethod = MethodHandle.class.getMethod(methodName, Object[].class); in testMethodHandleCounters() local 99 invokeMethod.invoke(instance, new Object[] {new Object[] {}}); in testMethodHandleCounters()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/ |
H A D | RunMethodInstrumentation.java | 99 invokeMethod(args, className, methodName); in onStart() 109 private void invokeMethod(Bundle args, String className, String methodName) throws in invokeMethod() method in RunMethodInstrumentation
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/compat/ |
H A D | CompatUtils.java | 253 public static Object invokeMethod(@Nullable Object instance, @Nullable String methodName, in invokeMethod() method in CompatUtils
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | RILTest.java | 335 invokeMethod( in testRadioErrorWithWakelockTimeout() 1039 eq((DataProfileInfo) invokeMethod( in testSetInitialAttachApn() 1186 eq((Integer) invokeMethod( in testNvResetConfig() 1349 invokeMethod( in testWakeLockTimeout()
|
H A D | TelephonyTest.java | 988 public static Object invokeMethod( in invokeMethod() method in TelephonyTest
|
/aosp12/art/test/956-methodhandles/src/ |
H A D | Main.java | 1822 Method invokeMethod = MethodHandle.class.getMethod(methodName, Object[].class); in testReflectiveCalls() local 1827 invokeMethod.invoke(instance, new Object[] { new Object[] { Integer.valueOf(1) } } ); in testReflectiveCalls()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | dagger-compiler-2.23.jar | java/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors
... |
H A D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |