Searched defs:EXTRA_PEOPLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java360 public static final String EXTRA_PEOPLE = "android.people"; field in class:NotificationCompat
1162 * @see Notification#EXTRA_PEOPLE
/frameworks/base/core/java/android/app/
H A DNotification.java1011 public static final String EXTRA_PEOPLE = "android.people"; field in class:Notification
2840 if (mN.extras.containsKey(EXTRA_PEOPLE)) {
2841 Collections.addAll(mPersonList, mN.extras.getStringArray(EXTRA_PEOPLE));
3554 * @see Notification#EXTRA_PEOPLE
4888 mN.extras.putStringArray(EXTRA_PEOPLE,

Completed in 130 milliseconds