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/ |
D | BluetoothOppReceiverTest.java | 383 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()
|
D | BluetoothOppObexServerSessionTest.java | 336 .sendBroadcast(any(), eq(Constants.HANDOVER_STATUS_PERMISSION), any()); in onConnect_returnsObexHttpOk()
|
D | BluetoothOppNotificationTest.java | 187 .sendBroadcast(any(), eq(Constants.HANDOVER_STATUS_PERMISSION), any()); in updateActiveNotification()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | Constants.java | 149 static final String HANDOVER_STATUS_PERMISSION = "android.permission.NFC_HANDOVER_STATUS"; field in Constants
|
D | BluetoothOppReceiver.java | 299 Constants.HANDOVER_STATUS_PERMISSION, in onReceive()
|
D | BluetoothOppObexServerSession.java | 674 Constants.HANDOVER_STATUS_PERMISSION, in onConnect()
|
D | BluetoothOppNotification.java | 399 Constants.HANDOVER_STATUS_PERMISSION, in updateActiveNotification()
|