Searched refs:expectedType (Results 1 – 6 of 6) sorted by relevance
/cts/tests/signature/tests/src/android/signature/cts/tests/ |
D | ApiPresenceCheckerTest.java | 131 private FailureType expectedType; field in ApiPresenceCheckerTest.ExpectFailure 135 ExpectFailure(FailureType expectedType) { in ExpectFailure() argument 136 this.expectedType = expectedType; in ExpectFailure() 141 if (type == expectedType) { in notifyFailure()
|
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/ |
D | DeviceOwnerHelper.java | 240 Class<?> expectedType = parameterTypes[i]; in findBestMethod() local 241 if (expectedType == null) continue; in findBestMethod() 244 if (!expectedType.equals(actualType)) { in findBestMethod() 247 + expectedType + ", got " + actualType + "); rejecting " + method); in findBestMethod()
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | Assertions.java | 267 int index, int expectedType) { in assertSessionLevelEvent() argument 268 final ContentCaptureEvent event = getEvent(events, index, expectedType); in assertSessionLevelEvent() 578 int index, int expectedType) { in getEvent() argument 584 if (actualType != expectedType) { in getEvent() 587 eventTypeAsString(expectedType), eventTypeAsString(actualType), index, event)); in getEvent()
|
D | EventsAssertor.java | 356 private void assertNextEvent(@NonNull EventAssertion assertion, int expectedType, in assertNextEvent() argument 366 if (event.getType() != expectedType) { in assertNextEvent()
|
D | CtsContentCaptureService.java | 739 @NonNull ComponentName expectedActivity, int expectedType) { in assertActivityEvent() argument 748 if (actualType != expectedType) { in assertActivityEvent() 750 expectedType, actualType); in assertActivityEvent()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
D | LoginActivityTest.java | 1855 private void customizedSaveTest(int type, int expectedType) throws Exception { in customizedSaveTest() argument 1886 final UiObject2 saveSnackBar = mUiBot.assertSaveShowing(saveDescription, expectedType); in customizedSaveTest()
|