Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DLoginTest.java60 mTestWatcher.resetAutofillService(); in testFocus_noService()
78 mTestWatcher.setAutofillService(); in testFocus_serviceDoesNotAutofill()
83 mTestWatcher.waitServiceConnect(); in testFocus_serviceDoesNotAutofill()
106 mTestWatcher.setAutofillService(); in testFocus_autofillBothFields()
116 mTestWatcher.waitServiceConnect(); in testFocus_autofillBothFields()
160 mTestWatcher.setAutofillService(); in testFocus_autofillUsernameOnly()
170 mTestWatcher.waitServiceConnect(); in testFocus_autofillUsernameOnly()
217 mTestWatcher.setAutofillService(); in testChange_serviceDoesNotAutofill()
231 mTestWatcher.setAutofillService(); in testChange_autofillBothFields()
246 mTestWatcher.setAutofillService(); in testChange_autofillUsernameOnly()
[all …]
H A DAbstractAutofillPerfTestCase.java52 protected final AutofillTestWatcher mTestWatcher = MyAutofillService.getTestWatcher(); field in AbstractAutofillPerfTestCase
59 .outerRule(mTestWatcher)