HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_HIDE (Results 1 - 7 of 7) sorted by null

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 62 public static final String ACTION_HIDE = "android.intent.action.DOWNLOAD_HIDE";
DownloadReceiver.java 73 || action.equals(Constants.ACTION_HIDE)) {
89 } else { // ACTION_HIDE
108 } else { // ACTION_HIDE
DownloadNotification.java 244 intent = new Intent(Constants.ACTION_HIDE);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 218 if (0 != delay && BalloonTimer.ACTION_HIDE != pendingAction) {
225 mBalloonTimer.startTimer(delay, BalloonTimer.ACTION_HIDE, null, -1,
271 public static final int ACTION_HIDE = 2;
288 if (ACTION_HIDE != action) {
324 case ACTION_HIDE:
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 81 public static final String ACTION_HIDE = "android.btopp.intent.action.HIDE";
BluetoothOppReceiver.java 191 } else if (action.equals(Constants.ACTION_HIDE)) {
209 if (V) Log.v(TAG, "Action_hide received and db updated");
BluetoothOppNotification.java 462 intent = new Intent(Constants.ACTION_HIDE);

Completed in 94 milliseconds