Searched defs:responseCode (Results 1 – 8 of 8) sorted by relevance
96 private void doCallback(int responseCode, byte[] dataThatWasConfirmed, in doCallback()275 int responseCode = mKeyStore.presentConfirmationPrompt( in presentPrompt() local309 int responseCode = mKeyStore.cancelConfirmationPrompt(mCallbackBinder); in cancelPrompt() local
41 private GateKeeperResponse(int responseCode) { in GateKeeperResponse()46 public static GateKeeperResponse createGenericResponse(int responseCode) { in createGenericResponse()
86 private VerifyCredentialResponse(int responseCode, int timeout, byte[] payload) { in VerifyCredentialResponse()139 int responseCode = gateKeeperResponse.getResponseCode(); in fromGateKeeperResponse() local
24 val responseCode: Int, constant in com.android.server.net.integrationtests.HttpResponse
246 public int responseCode; field in HeaderSet
37 private int responseCode = -1; field in TestEventHandler
891 int responseCode = response.getResponseCode(); in unwrapPasswordBasedSyntheticPassword() local1041 int responseCode = response.getResponseCode(); in verifyChallenge() local
447 public void sendResponse(RequestEvent event, int responseCode) in sendResponse()