Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java52 bundle.putString(Notification.EXTRA_PEOPLE_LIST, expected[0]); in testSingleString()
61 bundle.putCharArray(Notification.EXTRA_PEOPLE_LIST, expected[0].toCharArray()); in testSingleCharArray()
70 bundle.putCharSequence(Notification.EXTRA_PEOPLE_LIST, new SpannableString(expected[0])); in testSingleCharSequence()
79 bundle.putStringArray(Notification.EXTRA_PEOPLE_LIST, expected); in testStringArraySingle()
88 bundle.putStringArray(Notification.EXTRA_PEOPLE_LIST, expected); in testStringArrayMultiple()
97 bundle.putStringArray(Notification.EXTRA_PEOPLE_LIST, expected); in testStringArrayNulls()
110 bundle.putCharSequenceArray(Notification.EXTRA_PEOPLE_LIST, charSeqArray); in testCharSequenceArrayMultiple()
127 bundle.putCharSequenceArray(Notification.EXTRA_PEOPLE_LIST, charSeqArray); in testMixedCharSequenceArrayList()
140 bundle.putStringArrayList(Notification.EXTRA_PEOPLE_LIST, stringArrayList); in testStringArrayList()
154 bundle.putCharSequenceArrayList(Notification.EXTRA_PEOPLE_LIST, stringArrayList); in testCharSequenceArrayList()
[all …]
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java433 Notification.EXTRA_PEOPLE_LIST); in getLogMaker()
DNotificationListenerService.java1250 Notification.EXTRA_PEOPLE_LIST); in maybePopulatePeople()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java301 ? notification.extras.getParcelableArrayList(Notification.EXTRA_PEOPLE_LIST) in hasPerson()
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java285 String[] peopleList = getExtraPeopleForKey(extras, Notification.EXTRA_PEOPLE_LIST); in getExtraPeople()
DNotificationManagerService.java4997 ? notification.extras.getParcelableArrayList(Notification.EXTRA_PEOPLE_LIST)
/frameworks/base/core/java/android/app/
DNotification.java1146 public static final String EXTRA_PEOPLE_LIST = "android.people.list"; field in Notification
3475 if (mN.extras.containsKey(EXTRA_PEOPLE_LIST)) { in Builder()
3476 ArrayList<Person> people = mN.extras.getParcelableArrayList(EXTRA_PEOPLE_LIST); in Builder()
5804 mN.extras.putParcelableArrayList(EXTRA_PEOPLE_LIST, mPersonList);
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto7392 // Notification.extras[EXTRA_PEOPLE_LIST], set by addPerson().
/frameworks/base/non-updatable-api/
Dcurrent.txt5337 field public static final String EXTRA_PEOPLE_LIST = "android.people.list";
/frameworks/base/api/
Dcurrent.txt5337 field public static final String EXTRA_PEOPLE_LIST = "android.people.list";