Home
last modified time | relevance | path

Searched refs:expectedType (Results 1 – 6 of 6) sorted by relevance

/cts/tests/signature/tests/src/android/signature/cts/tests/
DApiPresenceCheckerTest.java131 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/
DDeviceOwnerHelper.java240 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/
DAssertions.java267 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()
DEventsAssertor.java356 private void assertNextEvent(@NonNull EventAssertion assertion, int expectedType, in assertNextEvent() argument
366 if (event.getType() != expectedType) { in assertNextEvent()
DCtsContentCaptureService.java739 @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/
DLoginActivityTest.java1855 private void customizedSaveTest(int type, int expectedType) throws Exception { in customizedSaveTest() argument
1886 final UiObject2 saveSnackBar = mUiBot.assertSaveShowing(saveDescription, expectedType); in customizedSaveTest()