Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java2053 final String saveDescription = "Your data will be saved with love and care..."; in customizedSaveTest() local
2056 .setSaveDescription(saveDescription) in customizedSaveTest()
2079 final UiObject2 saveSnackBar = mUiBot.assertSaveShowing(saveDescription, expectedType); in customizedSaveTest()