Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DUiBot.java304 UiObject2 assertSaveShowing(int negativeButtonStyle, String description, in assertSaveShowing() argument
306 return assertSaveShowing(negativeButtonStyle, description, SAVE_TIMEOUT_MS, types); in assertSaveShowing()
309 UiObject2 assertSaveShowing(int negativeButtonStyle, String description, long timeout, in assertSaveShowing() argument
350 final String negativeButtonText = (negativeButtonStyle in assertSaveShowing()
381 void saveForAutofill(int negativeButtonStyle, boolean yesDoIt, int... types) { in saveForAutofill() argument
382 final UiObject2 saveSnackBar = assertSaveShowing(negativeButtonStyle,null, types); in saveForAutofill()