Home
last modified time | relevance | path

Searched refs:NoSuchMethodError (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/packages/modules/SdkExtensions/tests/e2e/Extensions/app-src/com/android/tests/apex/sdkextensions/
H A DReceiver.java99 expectException(NoSuchMethodError.class, "module method", () -> test.moduleLibsApiMethod()); in makeCallsVersion45()
100 expectException(NoSuchMethodError.class, "testapi method", () -> test.testApiMethod()); in makeCallsVersion45()
101 expectException(NoSuchMethodError.class, "hidden method", () -> test.hiddenMethod()); in makeCallsVersion45()
105 expectException(NoSuchMethodError.class, "static module-libs method", in makeCallsVersion45()
107 expectException(NoSuchMethodError.class, "static testapi method", in makeCallsVersion45()
109 expectException(NoSuchMethodError.class, "static hidden method", in makeCallsVersion45()
/aosp12/art/test/075-verification-error/
H A Dexpected-stdout.txt4 Got expected NoSuchMethodError
5 Got expected NoSuchMethodError
/aosp12/art/test/077-method-override/src/
H A DMain.java38 } catch (NoSuchMethodError nsme) { in main()
48 } catch (NoSuchMethodError nsme) { in main()
/aosp12/art/test/003-omnibus-opcodes/src/
H A DUnresTest1.java70 } catch (NoSuchMethodError nsfe) { in run()
76 } catch (NoSuchMethodError nsfe) { in run()
/aosp12/art/test/965-default-verify/src/
H A DMain.java33 } catch (NoSuchMethodError e) { in callMain()
51 } catch (NoSuchMethodError e) { in callIface()
/aosp12/art/test/075-verification-error/src/
H A DMain.java84 } catch (NoSuchMethodError nsme) { in testMissingStuff()
91 } catch (NoSuchMethodError nsme) { in testMissingStuff()
/aosp12/art/test/952-invoke-custom/src/
H A DTestBadBootstrapArguments.java97 private static void invokeWrongParameterTypes() throws NoSuchMethodError { in invokeWrongParameterTypes()
123 private static void invokeMissingParameterTypes() throws NoSuchMethodError { in invokeMissingParameterTypes()
482 } catch (NoSuchMethodError expected) { in test()
489 } catch (NoSuchMethodError expected) { in test()
/aosp12/art/test/1937-transform-soft-fail/
H A Dexpected-stdout.txt3 Caught exception java.lang.NoSuchMethodError
/aosp12/art/test/952-invoke-custom/
H A Dexpected-stdout.txt43 invokeWrongParameterTypes => class java.lang.NoSuchMethodError
44 invokeMissingParameterTypes => class java.lang.NoSuchMethodError
/aosp12/art/test/552-invoke-non-existent-super/src/
H A DMain.java31 if (!(e.getCause() instanceof NoSuchMethodError)) { in main()
/aosp12/art/test/971-iface-super/util-src/
H A Dgenerate_smali.py211 NoSuchMethodError = 1 variable in InterfaceCallResponse
220 elif self == InterfaceCallResponse.NoSuchMethodError:
548 return InterfaceCallResponse.NoSuchMethodError
/aosp12/art/test/594-invoke-super/src/
H A DMain.java73 if (!(e.getCause() instanceof NoSuchMethodError)) { in main()
/aosp12/art/test/972-iface-super-multidex/src/
H A DMain.java45 } catch (NoSuchMethodError e) { in main()
/aosp12/art/test/139-register-natives/src/
H A DMain.java46 } catch (NoSuchMethodError ignored) { in testRegistration3()
/aosp12/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java1277 } catch (NoSuchMethodError e) { in setupSetter()
1424 } catch (NoSuchMethodError e) { in setupSetter()
1532 } catch (NoSuchMethodError e) { in setupSetter()
1537 } catch (NoSuchMethodError e2) { in setupSetter()
1639 } catch (NoSuchMethodError e) { in setupSetter()
1644 } catch (NoSuchMethodError e2) { in setupSetter()
/aosp12/art/test/004-JniTest/src/
H A DMain.java349 } catch (NoSuchMethodError e) { in testClinitMethodLookup()
355 } catch (NoSuchMethodError e) { in testClinitMethodLookup()
/aosp12/art/test/674-hiddenapi/src-ex/
H A DLinking.java30 if (ex.getCause() instanceof NoSuchFieldError || ex.getCause() instanceof NoSuchMethodError) { in canAccess()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiCategory.java446 } catch (NoSuchMethodError e) { in canShowFlagEmoji()
462 } catch (NoSuchMethodError e) { in canShowUnicodeEightEmoji()
/aosp12/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java45 import java.lang.NoSuchMethodError;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java263 } catch (NoSuchMethodError e) { in setVolumePolicy()
/aosp12/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java145 } catch (NoSuchMethodError e) { in checkForAdvancedAPI()
/aosp12/art/test/dexdump/
H A Dinvoke-custom.txt1037 VISIBILITY_SYSTEM Ldalvik/annotation/Throws; value={ Ljava/lang/NoSuchMethodError; }
1056 VISIBILITY_SYSTEM Ldalvik/annotation/Throws; value={ Ljava/lang/NoSuchMethodError; }
2063 Ljava/lang/NoSuchMethodError; -> 0x0011
2065 Ljava/lang/NoSuchMethodError; -> 0x0029
2181 0x0012 - 0x0022 reg=0 expected Ljava/lang/NoSuchMethodError;
2182 0x002a - 0x003a reg=0 expected Ljava/lang/NoSuchMethodError;
H A Dall-dex-files.txt9861 VISIBILITY_SYSTEM Ldalvik/annotation/Throws; value={ Ljava/lang/NoSuchMethodError; }
9880 VISIBILITY_SYSTEM Ldalvik/annotation/Throws; value={ Ljava/lang/NoSuchMethodError; }
10887 Ljava/lang/NoSuchMethodError; -> 0x0011
10889 Ljava/lang/NoSuchMethodError; -> 0x0029
11005 0x0012 - 0x0022 reg=0 expected Ljava/lang/NoSuchMethodError;
11006 0x002a - 0x003a reg=0 expected Ljava/lang/NoSuchMethodError;
/aosp12/art/build/boot/
H A Dpreloaded-classes600 java.lang.NoSuchMethodError
/aosp12/frameworks/base/config/
H A Dpreloaded-classes11922 java.lang.NoSuchMethodError

12