Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivityTest.java1826 final String saveDescription = "Your data will be saved with love and care..."; in customizedSaveTest() local
1829 .setSaveDescription(saveDescription) in customizedSaveTest()
1852 final UiObject2 saveSnackBar = mUiBot.assertSaveShowing(saveDescription, type); in customizedSaveTest()