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.java1444 final String saveDescription = "Your data will be saved with love and care..."; in customizedSaveTest() local
1447 .setSaveDescription(saveDescription) in customizedSaveTest()
1470 final UiObject2 saveSnackBar = sUiBot.assertSaveShowing(saveDescription, type); in customizedSaveTest()