Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DDatasetFilteringTest.java460 final String regexPlain = "RegexPlain"; in testFilter_mixPlainAndRegex() local
479 .setPresentation(createPresentation(regexPlain)) in testFilter_mixPlainAndRegex()
497 mUiBot.assertDatasets(plain, regexPlain, authRegex, kitchnSync); in testFilter_mixPlainAndRegex()
501 mUiBot.assertDatasets(plain, regexPlain, authRegex, kitchnSync); in testFilter_mixPlainAndRegex()
505 mUiBot.assertDatasets(regexPlain, authRegex, kitchnSync); in testFilter_mixPlainAndRegex()
512 final String regexPlain = "RegexPlain"; in testFilter_mixPlainAndRegex_usingKeyboard() local
531 .setPresentation(createPresentation(regexPlain)) in testFilter_mixPlainAndRegex_usingKeyboard()
549 mUiBot.assertDatasets(plain, regexPlain, authRegex, kitchnSync); in testFilter_mixPlainAndRegex_usingKeyboard()
553 mUiBot.assertDatasets(plain, regexPlain, authRegex, kitchnSync); in testFilter_mixPlainAndRegex_usingKeyboard()
557 mUiBot.assertDatasets(regexPlain, authRegex, kitchnSync); in testFilter_mixPlainAndRegex_usingKeyboard()