Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java90 || Constants.ACTION_HIDE.equals(action)) { in onReceive()
172 } else if (Constants.ACTION_HIDE.equals(action)) { in handleNotificationBroadcast()
DConstants.java58 public static final String ACTION_HIDE = "android.intent.action.DOWNLOAD_HIDE"; field in Constants
DDownloadNotifier.java295 final Intent hideIntent = new Intent(Constants.ACTION_HIDE, in updateWithLocked()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DConstants.java152 static final String ACTION_HIDE = "android.btopp.intent.action.HIDE"; field in Constants
DBluetoothOppNotification.java741 new Intent(baseIntent).setAction(Constants.ACTION_HIDE), in updateIncomingFileConfirmNotification()
778 new Intent(baseIntent).setAction(Constants.ACTION_HIDE), in updateIncomingFileConfirmNotification()
DBluetoothOppReceiver.java183 } else if (action.equals(Constants.ACTION_HIDE)) { in onReceive()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java259 intent.setAction(Constants.ACTION_HIDE); in onReceive_withActionHide_contentUpdate()