Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DPeripheralHandoverService.java50 public static final String EXTRA_PERIPHERAL_TRANSPORT = "transporttype"; field in PeripheralHandoverService
163 int transport = msgData.getInt(EXTRA_PERIPHERAL_TRANSPORT); in doPeripheralHandover()
/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java678 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_TRANSPORT, handover.transport); in tryPeripheralHandover()