Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DInputsActivity.java60 private static final int ACTION_HIDE = 2; field in InputsActivity
253 layout.add(new Action.Builder(mRes, ACTION_HIDE)
350 case ACTION_HIDE:
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java95 || Constants.ACTION_HIDE.equals(action)) { in onReceive()
140 } 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.java200 final Intent hideIntent = new Intent(Constants.ACTION_HIDE, in updateWithLocked()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java159 public static final String ACTION_HIDE = "android.btopp.intent.action.HIDE"; field in Constants
DBluetoothOppReceiver.java192 } else if (action.equals(Constants.ACTION_HIDE)) { in onReceive()
DBluetoothOppNotification.java508 intent = new Intent(Constants.ACTION_HIDE); in updateIncomingFileConfirmNotification()