Home
last modified time | relevance | path

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

/cts/tests/signature/tests/src/android/signature/cts/tests/
DApiPresenceCheckerTest.java110 private FailureType expectedType; field in ApiPresenceCheckerTest.ExpectFailure
114 ExpectFailure(FailureType expectedType) { in ExpectFailure() argument
115 this.expectedType = expectedType; in ExpectFailure()
120 if (type == expectedType) { in notifyFailure()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDeviceOwnerHelper.java238 Class<?> expectedType = parameterTypes[i]; in findBestMethod() local
239 if (expectedType == null) continue; in findBestMethod()
242 if (!expectedType.equals(actualType)) { in findBestMethod()
245 + expectedType + ", got " + actualType + "); rejecting " + method); in findBestMethod()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAssertions.java260 int index, int expectedType) { in assertSessionLevelEvent() argument
261 final ContentCaptureEvent event = getEvent(events, index, expectedType); in assertSessionLevelEvent()
532 int index, int expectedType) { in getEvent() argument
538 if (actualType != expectedType) { in getEvent()
541 eventTypeAsString(expectedType), eventTypeAsString(actualType), index, event)); in getEvent()
DCtsContentCaptureService.java731 @NonNull ComponentName expectedActivity, int expectedType) { in assertActivityEvent() argument
740 if (actualType != expectedType) { in assertActivityEvent()
742 expectedType, actualType); in assertActivityEvent()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java1853 private void customizedSaveTest(int type, int expectedType) throws Exception { in customizedSaveTest() argument
1884 final UiObject2 saveSnackBar = mUiBot.assertSaveShowing(saveDescription, expectedType); in customizedSaveTest()