Searched refs:addException (Results 1 – 6 of 6) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/ |
D | CtsAugmentedAutofillService.java | 121 addException("onConnected() without a watcher"); in onConnected() 126 addException("onConnected(): already created: %s", sServiceWatcher); in onConnected() 139 addException("No AutofillManager on application context on onConnected()"); in onConnected() 145 addException("already connected: %s", mConnectedLatch); in onConnected() 155 addException("already disconnected: %s", mConnectedLatch); in onDisconnected() 160 addException("onDisconnected() without a watcher"); in onDisconnected() 164 addException("onDisconnected(): no service on %s", sServiceWatcher); in onDisconnected() 209 private static void addException(@NonNull String fmt, @Nullable Object...args) { in addException() method in CtsAugmentedAutofillService 212 sAugmentedReplier.addException(new IllegalStateException(msg)); in addException() 266 private void addException(@Nullable Throwable e) { in addException() method in CtsAugmentedAutofillService.AugmentedReplier [all …]
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | CtsContentCaptureService.java | 169 addException("onConnected() without a watcher"); in onConnected() 174 addException("onConnected(): already created: %s", sServiceWatcher); in onConnected() 182 addException("already connected: %s", mConnectedLatch); in onConnected() 192 addException("already disconnected: %s", mConnectedLatch); in onDisconnected() 197 addException("onDisconnected() without a watcher"); in onDisconnected() 201 addException("onDisconnected(): no service on %s", sServiceWatcher); in onDisconnected() 422 private static void addException(@NonNull String fmt, @Nullable Object...args) { in addException() method in CtsContentCaptureService 543 addException("DisconnectListener: onDisconnected() not called: " + e); in waitForOnDisconnected()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | InstrumentedAutoFillService.java | 194 sReplier.addException(new IllegalStateException("onConnected() called again")); in onConnected() 205 sReplier.addException( in onDisconnected() 223 sReplier.addException( in onFillRequest() 245 sReplier.addException( in onSaveRequest() 454 private void addException(@Nullable Throwable e) { in addException() method in Replier 613 addException(e); in onFillRequest() 642 addException(new IllegalStateException("got unexpected request")); in onFillRequest() 676 addException(t); in onFillRequest()
|
/cts/tests/signature/tests/src/android/signature/cts/tests/ |
D | ApiComplianceCheckerTest.java | 94 constructor.addException("android.signature.cts.tests.data.NormalException"); in testConstructorThrowsException() 169 method.addException("android.signature.cts.tests.data.NormalException"); in testThrowsMethod()
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | JDiffClassDescription.java | 288 public void addException(String exceptionName) { in addException() method in JDiffClassDescription.JDiffMethod
|
/cts/tests/signature/lib/android/src/android/signature/cts/ |
D | XmlApiParser.java | 516 currentMethod.addException(parser.getAttributeValue(null, ATTRIBUTE_TYPE)); in next()
|