/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationAdjustmentExtractorTest.java | 57 ArrayList<String> people = new ArrayList<>(); in testExtractsAdjustment() local 85 ArrayList<String> people = new ArrayList<>(); in testExtractsAdjustments() local
|
H A D | NotificationListenerServiceTest.java | 342 ArrayList<String> people = new ArrayList<>(); in getPeople() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
H A D | NotificationKeyData.java | 68 private static String[] extractPersonKeyOnly(@Nullable ArrayList<Person> people) { in extractPersonKeyOnly()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ValidateNotificationPeople.java | 244 final Set<String> people = new ArraySet<>(peopleOverride); in validatePeople() local 303 ArraySet<String> people = new ArraySet<>(first.length + second.length); in combineLists() local 315 Object people = extras.get(key); in getExtraPeopleForKey() local
|
H A D | NotificationRecord.java | 652 final ArrayList<String> people = in applyAdjustments() local 1155 protected void setPeopleOverride(ArrayList<String> people) { in setPeopleOverride()
|
H A D | NotificationRecordLogger.java | 395 ArrayList<Person> people = extras.getParcelableArrayList( in getNumPeople() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | NotificationHelper.java | 167 ArrayList<Person> people = sbn.getNotification().extras.getParcelableArrayList( in getContactUri() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/people/ |
H A D | PeopleHubViewControllerTest.kt | 118 val people = viewModel.people.toList() regex
|
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/ |
H A D | NotificationEntryTest.java | 113 ArrayList<Person> people = new ArrayList<>(); in testHasPerson() local
|
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/ |
H A D | NotificationEntry.java | 243 ArrayList<Person> people = getNotification().extras.getParcelableArrayList( in hasPerson() local
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | StatusBarNotification.java | 475 ArrayList<Person> people = getNotification().extras.getParcelableArrayList( in getLogMaker() local
|
H A D | NotificationListenerService.java | 1370 ArrayList<Person> people = notification.extras.getParcelableArrayList( in maybePopulatePeople() local
|
/aosp12/packages/providers/ContactsProvider/tests/assets/test1/ |
H A D | legacy_contacts.sql | 53 CREATE TABLE people (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_t… table
|
/aosp12/packages/providers/ContactsProvider/tests/assets/testSynced/ |
H A D | legacy_contacts.sql | 43 CREATE TABLE people (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_t… table
|
/aosp12/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
H A D | legacy_contacts.sql | 33 CREATE TABLE people (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_t… table
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleNotifications.java | 469 final Bundle people = new Bundle(); in processAndSend() local
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | PreprocessingManagerTest.java | 1116 ArrayList<String> people = new ArrayList<>(); in getPeople() local
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 2799 ArrayList<Person> people = extras.getParcelableArrayList(EXTRA_PEOPLE_LIST); in visitUris() local 3839 ArrayList<Person> people = mN.extras.getParcelableArrayList(EXTRA_PEOPLE_LIST); in Builder() local
|