Searched refs:CannedResponse (Results 1 – 1 of 1) sorted by relevance
53 private static final BlockingQueue<CannedResponse> sCannedResponses =114 CannedResponse response = sCannedResponses.poll(TIMEOUT_MS, TimeUnit.MILLISECONDS); in handleRequest()153 static final class CannedResponse { class in MyAutofillService158 private CannedResponse(@NonNull Builder builder) { in CannedResponse() method in MyAutofillService.CannedResponse188 sCannedResponses.add(new CannedResponse(this)); in reply()197 static CannedResponse.Builder newCannedResponse() { in newCannedResponse()198 return new CannedResponse.Builder(); in newCannedResponse()