Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java84 bundle.putString(Notification.EXTRA_PEOPLE_LIST, expected[0]); in testSingleString()
93 bundle.putCharArray(Notification.EXTRA_PEOPLE_LIST, expected[0].toCharArray()); in testSingleCharArray()
102 bundle.putCharSequence(Notification.EXTRA_PEOPLE_LIST, new SpannableString(expected[0])); in testSingleCharSequence()
111 bundle.putStringArray(Notification.EXTRA_PEOPLE_LIST, expected); in testStringArraySingle()
120 bundle.putStringArray(Notification.EXTRA_PEOPLE_LIST, expected); in testStringArrayMultiple()
129 bundle.putStringArray(Notification.EXTRA_PEOPLE_LIST, expected); in testStringArrayNulls()
142 bundle.putCharSequenceArray(Notification.EXTRA_PEOPLE_LIST, charSeqArray); in testCharSequenceArrayMultiple()
159 bundle.putCharSequenceArray(Notification.EXTRA_PEOPLE_LIST, charSeqArray); in testMixedCharSequenceArrayList()
172 bundle.putStringArrayList(Notification.EXTRA_PEOPLE_LIST, stringArrayList); in testStringArrayList()
186 bundle.putCharSequenceArrayList(Notification.EXTRA_PEOPLE_LIST, stringArrayList); in testCharSequenceArrayList()
[all …]
DNotificationListenerServiceTest.java127 notification.extras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, people); in testGetActiveNotifications_preP_mapsExtraPeople()
DZenModeFilteringTest.java127 extras.putObject(Notification.EXTRA_PEOPLE_LIST, people); in makeExtrasBundleWithPeople()
DNotificationManagerServiceTest.java6790 extras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, in testVisitUris()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DNotificationHelper.java21 import static android.app.Notification.EXTRA_PEOPLE_LIST;
168 EXTRA_PEOPLE_LIST); in getContactUri()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeter.kt95 val peopleList = extras.getParcelableArrayList<Person>(Notification.EXTRA_PEOPLE_LIST) in <lambda>()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java515 Notification.EXTRA_PEOPLE_LIST, android.app.Person.class); in getLogMaker()
DNotificationListenerService.java1434 Notification.EXTRA_PEOPLE_LIST, android.app.Person.class); in maybePopulatePeople()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java429 Notification.EXTRA_PEOPLE_LIST, android.app.Person.class); in getNumPeople()
DValidateNotificationPeople.java326 String[] peopleList = getExtraPeopleForKey(extras, Notification.EXTRA_PEOPLE_LIST); in getExtraPeople()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java20 import static android.app.Notification.EXTRA_PEOPLE_LIST;
1680 extras.putParcelableArrayList(EXTRA_PEOPLE_LIST, person); in createMessagingStyleNotification()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java35 import static android.app.Notification.EXTRA_PEOPLE_LIST;
878 extras.putParcelable(EXTRA_PEOPLE_LIST, null); in testRecoverBuilder_nullExtraPeopleList_noCrash()
/frameworks/base/core/java/android/app/
DNotificationManager.java2893 extras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, pList); in matchesCallFilter()
DNotification.java1391 public static final String EXTRA_PEOPLE_LIST = "android.people.list"; field in Notification
2976 …ArrayList<Person> people = extras.getParcelableArrayList(EXTRA_PEOPLE_LIST, android.app.Person.cla… in visitUris()
4439 if (mN.extras.containsKey(EXTRA_PEOPLE_LIST)) { in Builder()
4440 ArrayList<Person> people = mN.extras.getParcelableArrayList(EXTRA_PEOPLE_LIST, in Builder()
7189 mN.extras.putParcelableArrayList(EXTRA_PEOPLE_LIST, mPersonList);
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto7408 // Notification.extras[EXTRA_PEOPLE_LIST], set by addPerson().
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6461 field public static final String EXTRA_PEOPLE_LIST = "android.people.list";