Searched refs:mPeople (Results 1 – 2 of 2) sorted by relevance
61 public final HashSet<String> mPeople; field in NotificationState73 mPeople = new HashSet<String>(); in NotificationState()
468 if (!state.mPeople.isEmpty()) { in processAndSend()471 state.mPeople.toArray(new String[state.mPeople.size()])); in processAndSend()