Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DPeripheralHandoverService.java52 public static final String EXTRA_PERIPHERAL_UUIDS = "uuids"; field in PeripheralHandoverService
165 Parcelable[] parcelables = msgData.getParcelableArray(EXTRA_PERIPHERAL_UUIDS); in doPeripheralHandover()
/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java683 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_UUIDS, handover.uuids); in tryPeripheralHandover()