Searched refs:MSG_DECAY_HEADS_UP (Results 1 – 2 of 2) sorted by relevance
1373 mHandler.removeMessages(MSG_DECAY_HEADS_UP); in resetHeadsUpDecayTimer()1376 mHandler.sendEmptyMessageDelayed(MSG_DECAY_HEADS_UP, mHeadsUpNotificationDecay); in resetHeadsUpDecayTimer()2216 case MSG_DECAY_HEADS_UP:
129 protected static final int MSG_DECAY_HEADS_UP = 1031; field in BaseStatusBar