Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DLoginTest.java77 MyAutofillService.newCannedResponse().reply(); in testFocus_serviceDoesNotAutofill()
102 MyAutofillService.newCannedResponse() in testFocus_autofillBothFields()
156 MyAutofillService.newCannedResponse() in testFocus_autofillUsernameOnly()
216 MyAutofillService.newCannedResponse().reply(); in testChange_serviceDoesNotAutofill()
227 MyAutofillService.newCannedResponse() in testChange_autofillBothFields()
242 MyAutofillService.newCannedResponse() in testChange_autofillUsernameOnly()
272 MyAutofillService.newCannedResponse() in testCallbacks()
DMyAutofillService.java225 static CannedResponse.Builder newCannedResponse() { in newCannedResponse() method in MyAutofillService