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.java142 static final String HANDOVER_STATUS_PERMISSION = "android.permission.NFC_HANDOVER_STATUS"; field in Constants
DBluetoothOppReceiver.java252 context.sendBroadcast(handoverIntent, Constants.HANDOVER_STATUS_PERMISSION, in onReceive()
DBluetoothOppObexServerSession.java609 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION, in onConnect()
DBluetoothOppNotification.java353 mContext.sendBroadcast(intent, Constants.HANDOVER_STATUS_PERMISSION, in updateActiveNotification()