Home
last modified time | relevance | path

Searched refs:setPresentationCancelIds (Results 1 – 3 of 3) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DFillResponseTest.java262 assertThrows(IllegalStateException.class, () -> mBuilder.setPresentationCancelIds(null)); in testNoMoreInteractionsAfterBuild()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCannedFillResponse.java267 builder.setPresentationCancelIds(mCancelIds); in asFillResponse()
564 public Builder setPresentationCancelIds(int[] ids) { in setPresentationCancelIds() method in CannedFillResponse.Builder
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java2865 .setPresentationCancelIds(new int[]{R.id.cancel_fill}); in testCancelActionButton()
2902 .setPresentationCancelIds(new int[]{R.id.cancel}); in testCancelActionButton()