Searched refs:CannedResponse (Results 1 – 1 of 1) sorted by relevance
51 private static final BlockingQueue<CannedResponse> sCannedResponses =125 CannedResponse response = sCannedResponses.poll(TIMEOUT_MS, TimeUnit.MILLISECONDS); in handleRequest()181 static final class CannedResponse { class in MyAutofillService186 private CannedResponse(@NonNull Builder builder) { in CannedResponse() method in MyAutofillService.CannedResponse216 sCannedResponses.add(new CannedResponse(this)); in reply()225 static CannedResponse.Builder newCannedResponse() { in newCannedResponse()226 return new CannedResponse.Builder(); in newCannedResponse()