Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java792 public UiObject2 assertSaveShowing(int positiveButtonStyle, int... types) throws Exception { in assertSaveShowing() argument
794 positiveButtonStyle, /* description= */ null, SAVE_TIMEOUT, types); in assertSaveShowing()
804 int positiveButtonStyle, String description, Timeout timeout, int... types) in assertSaveOrUpdateShowing() argument
806 return assertSaveOrUpdateShowing(update, negativeButtonStyle, positiveButtonStyle, in assertSaveOrUpdateShowing()
811 int positiveButtonStyle, String description, Timeout timeout, String serviceLabel, in assertSaveOrUpdateShowing() argument
867 switch (positiveButtonStyle) { in assertSaveOrUpdateShowing()
947 public void saveForAutofill(int positiveButtonStyle, int... types) throws Exception { in saveForAutofill() argument
948 final UiObject2 saveSnackBar = assertSaveShowing(positiveButtonStyle, types); in saveForAutofill()