Searched refs:MSG_POST_NOTIFICATIONS (Results 1 – 1 of 1) sorted by relevance
46 private static final int MSG_POST_NOTIFICATIONS = 0; field in MainActivity204 mHandler.removeMessages(MSG_POST_NOTIFICATIONS); in updateNotifications()205 mHandler.sendEmptyMessageDelayed(MSG_POST_NOTIFICATIONS, POST_NOTIFICATIONS_DELAY_MS); in updateNotifications()258 case MSG_POST_NOTIFICATIONS: in handleMessage()