Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java51 private int mCurrentGroupNotificationCount; field in NotificationFragment
493 mCurrentGroupNotificationCount++; in initMessagingStyleButtonForMessageSameGroup()
496 Person person = personList.get(mCurrentGroupNotificationCount % numOfPeople); in initMessagingStyleButtonForMessageSameGroup()
498 person.getName() + "'s " + mCurrentGroupNotificationCount + " message"; in initMessagingStyleButtonForMessageSameGroup()