Home
last modified time | relevance | path

Searched refs:responseData (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/nfc/
DTransceiveResult.java75 byte[] responseData;
79 responseData = new byte[responseLength];
80 in.readByteArray(responseData);
82 responseData = null;
84 return new TransceiveResult(result, responseData);
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java1726 final Bundle responseData = new Bundle(); in onAuthenticationResult() local
1727 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()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pManager.java700 byte[] responseData, WifiP2pDevice srcDevice); in onServiceAvailable() argument