Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedAutofillManualActivityLaunchTestCase.java83 return sAugmentedReplier.getExceptions(); in setFixtures()
DAugmentedAutofillAutoActivityLaunchTestCase.java84 .add(() -> { return sAugmentedReplier.getExceptions(); }); in setFixtures()
DCtsAugmentedAutofillService.java262 public List<Throwable> getExceptions() { in getExceptions() method in CtsAugmentedAutofillService.AugmentedReplier
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAbstractContentCaptureIntegrationTest.java92 return CtsContentCaptureService.getExceptions();
DCtsContentCaptureService.java386 public static List<Throwable> getExceptions() throws Exception { in getExceptions() method in CtsContentCaptureService
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAutoFillServiceTestCase.java217 .add(() -> { return sReplier.getExceptions(); });
DInstrumentedAutoFillService.java450 public List<Throwable> getExceptions() { in getExceptions() method in Replier