Home
last modified time | relevance | path

Searched refs:MSG_POST_NOTIFICATIONS (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java46 private static final int MSG_POST_NOTIFICATIONS = 0; field in MainActivity
204 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()