Lines Matching refs:PeripheralHandoverService
67 import com.android.nfc.handover.PeripheralHandoverService;
982 Intent intent = new Intent(mContext, PeripheralHandoverService.class); in tryPeripheralHandover()
983 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_DEVICE, handover.device); in tryPeripheralHandover()
984 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_NAME, handover.name); in tryPeripheralHandover()
985 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_TRANSPORT, handover.transport); in tryPeripheralHandover()
987 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_OOB_DATA, handover.oobData); in tryPeripheralHandover()
990 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_UUIDS, handover.uuids); in tryPeripheralHandover()
993 intent.putExtra(PeripheralHandoverService.EXTRA_PERIPHERAL_CLASS, handover.btClass); in tryPeripheralHandover()
995 intent.putExtra(PeripheralHandoverService.EXTRA_BT_ENABLED, mBluetoothEnabledByNfc.get()); in tryPeripheralHandover()
996 intent.putExtra(PeripheralHandoverService.EXTRA_CLIENT, mMessenger); in tryPeripheralHandover()
1178 case PeripheralHandoverService.MSG_HEADSET_CONNECTED: in handleMessage()
1179 case PeripheralHandoverService.MSG_HEADSET_NOT_CONNECTED: in handleMessage()