Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DConstants.java166 static final String ACTION_COMPLETE_HIDE = "android.btopp.intent.action.HIDE_COMPLETE"; field in Constants
DBluetoothOppNotification.java522 deleteIntent.setAction(Constants.ACTION_COMPLETE_HIDE); in updateCompletedNotification()
611 deleteIntent.setAction(Constants.ACTION_COMPLETE_HIDE); in updateCompletedNotification()
DBluetoothOppReceiver.java217 } else if (action.equals(Constants.ACTION_COMPLETE_HIDE) in onReceive()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java279 intent.setAction(Constants.ACTION_COMPLETE_HIDE); in onReceive_withActionCompleteHide_makeAllVisibilityHidden()