Home
last modified time | relevance | path

Searched refs:HANDOVER_STATUS_PERMISSION (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverService.java115 static final String HANDOVER_STATUS_PERMISSION = field in HandoverService
155 registerReceiver(mReceiver, filter, HANDOVER_STATUS_PERMISSION, mHandler); in onCreate()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java146 public static final String HANDOVER_STATUS_PERMISSION = field in Constants
DBluetoothOppReceiver.java256 context.sendBroadcast(handoverIntent, Constants.HANDOVER_STATUS_PERMISSION); in onReceive()
DBluetoothOppObexServerSession.java574 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION); in onConnect()
DBluetoothOppNotification.java311 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION); in updateActiveNotification()