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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DConstants.java58 public static final String ACTION_HIDE = "android.intent.action.DOWNLOAD_HIDE"; field in class:Constants
H A DDownloadReceiver.java95 || Constants.ACTION_HIDE.equals(action)) {
140 } else if (Constants.ACTION_HIDE.equals(action)) {
H A DDownloadNotifier.java199 final Intent hideIntent = new Intent(Constants.ACTION_HIDE,
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java159 public static final String ACTION_HIDE = "android.btopp.intent.action.HIDE"; field in class:Constants
H A DBluetoothOppReceiver.java192 } else if (action.equals(Constants.ACTION_HIDE)) {
H A DBluetoothOppNotification.java508 intent = new Intent(Constants.ACTION_HIDE);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DInputsActivity.java60 private static final int ACTION_HIDE = 2; field in class:InputsActivity
253 layout.add(new Action.Builder(mRes, ACTION_HIDE)
350 case ACTION_HIDE:

Completed in 1188 milliseconds