Home
last modified time | relevance | path

Searched refs:ACTION_HIDE_COMPLETED_OUTBOUND_TRANSFER (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DConstants.java173 static final String ACTION_HIDE_COMPLETED_OUTBOUND_TRANSFER = field in Constants
DBluetoothOppReceiver.java241 } else if (action.equals(Constants.ACTION_HIDE_COMPLETED_OUTBOUND_TRANSFER) in onReceive()
DBluetoothOppNotification.java520 deleteIntent.setAction(Constants.ACTION_HIDE_COMPLETED_OUTBOUND_TRANSFER); in updateCompletedNotification()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java317 intent.setAction(Constants.ACTION_HIDE_COMPLETED_OUTBOUND_TRANSFER); in onReceive_withActionHideCompletedOutboundTransfer_makesOutboundVisibilityHidden()