Searched refs:negativeButtonStyle (Results 1 – 1 of 1) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | UiBot.java | 786 public UiObject2 assertSaveShowing(int negativeButtonStyle, String description, in assertSaveShowing() argument 788 return assertSaveOrUpdateShowing(/* update= */ false, negativeButtonStyle, description, in assertSaveShowing() 797 public UiObject2 assertSaveOrUpdateShowing(boolean update, int negativeButtonStyle, in assertSaveOrUpdateShowing() argument 799 return assertSaveOrUpdateShowing(update, negativeButtonStyle, in assertSaveOrUpdateShowing() 803 public UiObject2 assertSaveOrUpdateShowing(boolean update, int negativeButtonStyle, in assertSaveOrUpdateShowing() argument 806 return assertSaveOrUpdateShowing(update, negativeButtonStyle, positiveButtonStyle, in assertSaveOrUpdateShowing() 810 public UiObject2 assertSaveOrUpdateShowing(boolean update, int negativeButtonStyle, in assertSaveOrUpdateShowing() argument 882 if (negativeButtonStyle == SaveInfo.NEGATIVE_BUTTON_STYLE_REJECT) { in assertSaveOrUpdateShowing() 884 } else if (negativeButtonStyle == SaveInfo.NEGATIVE_BUTTON_STYLE_NEVER) { in assertSaveOrUpdateShowing() 936 public void saveForAutofill(int negativeButtonStyle, boolean yesDoIt, int... types) in saveForAutofill() argument [all …]
|