Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java662 return assertSaveOrUpdateShowing(/* update= */ false, SaveInfo.NEGATIVE_BUTTON_STYLE_CANCEL, in assertSaveShowingWithCustomServiceName()
677 return assertSaveOrUpdateShowing(/* update= */ true, SaveInfo.NEGATIVE_BUTTON_STYLE_CANCEL, in assertUpdateShowing()
776 return assertSaveOrUpdateShowing(/* update= */ false, SaveInfo.NEGATIVE_BUTTON_STYLE_CANCEL, in assertSaveShowing()
782 return assertSaveOrUpdateShowing(/* update= */ false, SaveInfo.NEGATIVE_BUTTON_STYLE_CANCEL, in assertSaveShowing()
788 return assertSaveOrUpdateShowing(/* update= */ false, negativeButtonStyle, description, in assertSaveShowing()
793 return assertSaveOrUpdateShowing(/* update= */ false, SaveInfo.NEGATIVE_BUTTON_STYLE_CANCEL, in assertSaveShowing()
797 public UiObject2 assertSaveOrUpdateShowing(boolean update, int negativeButtonStyle, in assertSaveOrUpdateShowing() method in UiBot
799 return assertSaveOrUpdateShowing(update, negativeButtonStyle, in assertSaveOrUpdateShowing()
803 public UiObject2 assertSaveOrUpdateShowing(boolean update, int negativeButtonStyle, in assertSaveOrUpdateShowing() method in UiBot
806 return assertSaveOrUpdateShowing(update, negativeButtonStyle, positiveButtonStyle, in assertSaveOrUpdateShowing()
[all …]