Searched refs:responseData (Results 1 – 3 of 3) sorted by relevance
75 byte[] responseData;79 responseData = new byte[responseLength];80 in.readByteArray(responseData);82 responseData = null;84 return new TransceiveResult(result, responseData);
369 final Bundle responseData = new Bundle(); in testCreateCredential_success() local370 responseData.putString("foo", "bar"); in testCreateCredential_success()388 callbackCaptor.getValue().onResponse(new CreateCredentialResponse(responseData)); in testCreateCredential_success()391 assertBundleEquals(responseCaptor.getValue().getData(), responseData); in testCreateCredential_success() local
2319 final Bundle responseData = new Bundle(); in onAuthenticationResult() local2320 responseData.putParcelable(EXTRA_AUTHENTICATION_RESULT, result); in onAuthenticationResult()2323 responseData.putBundle(EXTRA_CLIENT_STATE, newClientState); in onAuthenticationResult()2326 responseData.putBoolean(EXTRA_AUTHENTICATION_RESULT_EPHEMERAL_DATASET, in onAuthenticationResult()2331 mService.setAuthenticationResult(responseData, mSessionId, authenticationId, in onAuthenticationResult()