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.java186 NdefMessage nestedMessage = new NdefMessage(alternateCarrier); in createHandoverSelectRecord() local
187 byte[] nestedPayload = nestedMessage.toByteArray(); in createHandoverSelectRecord()
205 NdefMessage nestedMessage = new NdefMessage(createCollisionRecord(), messages); in createHandoverRequestRecord() local
207 byte[] nestedPayload = nestedMessage.toByteArray(); in createHandoverRequestRecord()
211 payload.put(nestedMessage.toByteArray()); in createHandoverRequestRecord()