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

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 61 public static final String ACTION_HIDE = "android.intent.action.DOWNLOAD_HIDE";
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 159 public static final String ACTION_HIDE = "android.btopp.intent.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:

Completed in 125 milliseconds