Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java25 import com.android.nfc.handover.PeripheralHandoverService;
599 Intent intent = new Intent(mContext, PeripheralHandoverService.class); in tryPeripheralHandover()
600 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_DEVICE, handover.device); in tryPeripheralHandover()
601 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_NAME, handover.name); in tryPeripheralHandover()
602 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_TRANSPORT, handover.transport); in tryPeripheralHandover()
604 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_OOB_DATA, handover.oobData); in tryPeripheralHandover()
/packages/apps/Nfc/src/com/android/nfc/handover/
DPeripheralHandoverService.java40 public class PeripheralHandoverService extends Service implements BluetoothPeripheralHandover.Callb… class
93 public PeripheralHandoverService() { in PeripheralHandoverService() method in PeripheralHandoverService