Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverDataParser.java184 NdefMessage nestedMessage = new NdefMessage(alternateCarrier); in createHandoverSelectRecord() local
185 byte[] nestedPayload = nestedMessage.toByteArray(); in createHandoverSelectRecord()
203 NdefMessage nestedMessage = new NdefMessage(createCollisionRecord(), messages); in createHandoverRequestRecord() local
205 byte[] nestedPayload = nestedMessage.toByteArray(); in createHandoverRequestRecord()
209 payload.put(nestedMessage.toByteArray()); in createHandoverRequestRecord()