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);
1726 final Bundle responseData = new Bundle(); in onAuthenticationResult() local1727 responseData.putParcelable(EXTRA_AUTHENTICATION_RESULT, result); in onAuthenticationResult()1730 responseData.putBundle(EXTRA_CLIENT_STATE, newClientState); in onAuthenticationResult()1733 mService.setAuthenticationResult(responseData, mSessionId, authenticationId, in onAuthenticationResult()
700 byte[] responseData, WifiP2pDevice srcDevice); in onServiceAvailable() argument