Searched refs:handoverRequest (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverDataParser.java192 public IncomingHandoverData getIncomingHandoverData(NdefMessage handoverRequest) { argument
193 if (handoverRequest == null) return null;
196 if (DBG) Log.d(TAG, "getIncomingHandoverData():" + handoverRequest.toString());
198 NdefRecord handoverRequestRecord = handoverRequest.getRecords()[0];
209 for (NdefRecord dataRecord : handoverRequest.getRecords()) {

Completed in 39 milliseconds