Searched refs:FAILURE (Results 1 – 3 of 3) sorted by relevance
117 private static String FAILURE = "failure"; field in DalvikTest444 } else if (tag.equals(FAILURE)) { in run()
149 new Builder(ResponseType.FAILURE).build();294 FAILURE enumConstant
19 import static android.autofillservice.cts.CannedFillResponse.ResponseType.FAILURE;634 if (response.getResponseType() == FAILURE) { in onFillRequest()