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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java313 public static final String EXTRA_PEOPLE = "android.people"; field in class:NotificationCompat
1282 * @see Notification#EXTRA_PEOPLE
/frameworks/base/core/java/android/app/
H A DNotification.java804 public static final String EXTRA_PEOPLE = "android.people"; field in class:Notification
2413 * @see Notification#EXTRA_PEOPLE
3119 extras.putStringArray(EXTRA_PEOPLE, mPeople.toArray(new String[mPeople.size()]));
3348 if (extras.containsKey(EXTRA_PEOPLE)) {
3350 Collections.addAll(mPeople, extras.getStringArray(EXTRA_PEOPLE));

Completed in 205 milliseconds