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.java258 context.sendBroadcast(handoverIntent, Constants.HANDOVER_STATUS_PERMISSION); in onReceive()
DBluetoothOppObexServerSession.java566 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION); in onConnect()
DBluetoothOppNotification.java313 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION); in updateActiveNotification()