Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java383 verify(mContext).sendBroadcast(any(), eq(Constants.HANDOVER_STATUS_PERMISSION), any()); in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast()
444 .sendBroadcast(any(), eq(Constants.HANDOVER_STATUS_PERMISSION), any()); in onReceive_withActionTransferComplete_noBroadcastSent()
DBluetoothOppObexServerSessionTest.java336 .sendBroadcast(any(), eq(Constants.HANDOVER_STATUS_PERMISSION), any()); in onConnect_returnsObexHttpOk()
DBluetoothOppNotificationTest.java187 .sendBroadcast(any(), eq(Constants.HANDOVER_STATUS_PERMISSION), any()); in updateActiveNotification()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DConstants.java149 static final String HANDOVER_STATUS_PERMISSION = "android.permission.NFC_HANDOVER_STATUS"; field in Constants
DBluetoothOppReceiver.java299 Constants.HANDOVER_STATUS_PERMISSION, in onReceive()
DBluetoothOppObexServerSession.java674 Constants.HANDOVER_STATUS_PERMISSION, in onConnect()
DBluetoothOppNotification.java399 Constants.HANDOVER_STATUS_PERMISSION, in updateActiveNotification()