Home
last modified time | relevance | path

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

/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()
DBluetoothOppNotification.java311 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION); in updateActiveNotification()
DBluetoothOppObexServerSession.java575 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION); in onConnect()