Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DAnalogComplicationWatchFaceService.java184 private int mNumberOfUnreadNotifications = 0; field in AnalogComplicationWatchFaceService.Engine
598 if (mUnreadNotificationsPreference && (mNumberOfUnreadNotifications > 0)) { in drawUnreadNotificationIcon()
748 if (mNumberOfUnreadNotifications != count) { in onUnreadCountChanged()
749 mNumberOfUnreadNotifications = count; in onUnreadCountChanged()