Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java2150 negativeSaveButtonStyle(SaveInfo.NEGATIVE_BUTTON_STYLE_NEVER); in testNeverRejectStyleNegativeSaveButton()
2156 negativeSaveButtonStyle(SaveInfo.NEGATIVE_BUTTON_STYLE_REJECT); in testRejectStyleNegativeSaveButton()
2161 negativeSaveButtonStyle(SaveInfo.NEGATIVE_BUTTON_STYLE_CANCEL); in testCancelStyleNegativeSaveButton()
2164 private void negativeSaveButtonStyle(int style) throws Exception { in negativeSaveButtonStyle() method in LoginActivityTest