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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DBalloonHint.java218 if (0 != delay && BalloonTimer.ACTION_HIDE != pendingAction) {
225 mBalloonTimer.startTimer(delay, BalloonTimer.ACTION_HIDE, null, -1,
271 public static final int ACTION_HIDE = 2; field in class:BalloonHint.BalloonTimer
288 if (ACTION_HIDE != action) {
324 case ACTION_HIDE:
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DConstants.java64 public static final String ACTION_HIDE = "android.intent.action.DOWNLOAD_HIDE"; field in class:Constants
H A DDownloadReceiver.java89 || action.equals(Constants.ACTION_HIDE)) {
122 } else if (Constants.ACTION_HIDE.equals(action)) {
H A DDownloadNotifier.java157 final Intent hideIntent = new Intent(Constants.ACTION_HIDE,
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java151 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.java500 intent = new Intent(Constants.ACTION_HIDE);

Completed in 322 milliseconds