Searched refs:PeripheralHandoverService (Results 1 – 2 of 2) sorted by relevance
25 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()
40 public class PeripheralHandoverService extends Service implements BluetoothPeripheralHandover.Callb… class93 public PeripheralHandoverService() { in PeripheralHandoverService() method in PeripheralHandoverService