Searched refs:ACTION_HIDE (Results 1 – 7 of 7) sorted by relevance
218 if (0 != delay && BalloonTimer.ACTION_HIDE != pendingAction) { in delayedDismiss()225 mBalloonTimer.startTimer(delay, BalloonTimer.ACTION_HIDE, null, -1, in delayedDismiss()271 public static final int ACTION_HIDE = 2; field in BalloonHint.BalloonTimer288 if (ACTION_HIDE != action) { in startTimer()324 case ACTION_HIDE: in run()
89 || action.equals(Constants.ACTION_HIDE)) { in onReceive()122 } else if (Constants.ACTION_HIDE.equals(action)) { in handleNotificationBroadcast()
61 public static final String ACTION_HIDE = "android.intent.action.DOWNLOAD_HIDE"; field in Constants
197 final Intent hideIntent = new Intent(Constants.ACTION_HIDE, in updateWithLocked()
159 public static final String ACTION_HIDE = "android.btopp.intent.action.HIDE"; field in Constants
192 } else if (action.equals(Constants.ACTION_HIDE)) { in onReceive()
500 intent = new Intent(Constants.ACTION_HIDE); in updateIncomingFileConfirmNotification()