Searched refs:POST_NOTIFICATIONS_DELAY_MS (Results 1 – 1 of 1) sorted by relevance
47 private static final long POST_NOTIFICATIONS_DELAY_MS = 200; field in MainActivity205 mHandler.sendEmptyMessageDelayed(MSG_POST_NOTIFICATIONS, POST_NOTIFICATIONS_DELAY_MS); in updateNotifications()