Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DNotificationState.java61 public final HashSet<String> mPeople; field in NotificationState
73 mPeople = new HashSet<String>(); in NotificationState()
DBugleNotifications.java468 if (!state.mPeople.isEmpty()) { in processAndSend()
471 state.mPeople.toArray(new String[state.mPeople.size()])); in processAndSend()