Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java47 private static final long POST_NOTIFICATIONS_DELAY_MS = 200; field in MainActivity
205 mHandler.sendEmptyMessageDelayed(MSG_POST_NOTIFICATIONS, POST_NOTIFICATIONS_DELAY_MS); in updateNotifications()