Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java98 || Constants.ACTION_HIDE.equals(action)) { in onReceive()
191 } 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.java279 final Intent hideIntent = new Intent(Constants.ACTION_HIDE, in updateWithLocked()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java145 static final String ACTION_HIDE = "android.btopp.intent.action.HIDE"; field in Constants
DBluetoothOppReceiver.java179 } else if (action.equals(Constants.ACTION_HIDE)) { in onReceive()
DBluetoothOppNotification.java580 new Intent(baseIntent).setAction(Constants.ACTION_HIDE), 0)) in updateIncomingFileConfirmNotification()