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