Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DConstants.java169 static final String ACTION_HIDE_COMPLETED_INBOUND_TRANSFER = field in Constants
DBluetoothOppReceiver.java229 } else if (action.equals(Constants.ACTION_HIDE_COMPLETED_INBOUND_TRANSFER) in onReceive()
DBluetoothOppNotification.java609 deleteIntent.setAction(Constants.ACTION_HIDE_COMPLETED_INBOUND_TRANSFER); in updateCompletedNotification()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java298 intent.setAction(Constants.ACTION_HIDE_COMPLETED_INBOUND_TRANSFER); in onReceive_withActionHideCompletedInboundTransfer_makesInboundVisibilityHidden()