Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java61 private int postedNotificationCount = 0; field in MainActivity
200 postedNotificationCount = 0; in updateNotifications()
249 for (int i = notifications.length; i < postedNotificationCount; i++) { in postNotifications()
252 postedNotificationCount = notifications.length; in postNotifications()