Home
last modified time | relevance | path

Searched defs:people (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationAdjustmentExtractorTest.java57 ArrayList<String> people = new ArrayList<>(); in testExtractsAdjustment() local
85 ArrayList<String> people = new ArrayList<>(); in testExtractsAdjustments() local
H A DNotificationListenerServiceTest.java342 ArrayList<String> people = new ArrayList<>(); in getPeople() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationKeyData.java68 private static String[] extractPersonKeyOnly(@Nullable ArrayList<Person> people) { in extractPersonKeyOnly()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java244 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 DNotificationRecord.java652 final ArrayList<String> people = in applyAdjustments() local
1155 protected void setPeopleOverride(ArrayList<String> people) { in setPeopleOverride()
H A DNotificationRecordLogger.java395 ArrayList<Person> people = extras.getParcelableArrayList( in getNumPeople() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DNotificationHelper.java167 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 DPeopleHubViewControllerTest.kt118 val people = viewModel.people.toList() regex
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
H A DNotificationEntryTest.java113 ArrayList<Person> people = new ArrayList<>(); in testHasPerson() local
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DNotificationEntry.java243 ArrayList<Person> people = getNotification().extras.getParcelableArrayList( in hasPerson() local
/aosp12/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java475 ArrayList<Person> people = getNotification().extras.getParcelableArrayList( in getLogMaker() local
H A DNotificationListenerService.java1370 ArrayList<Person> people = notification.extras.getParcelableArrayList( in maybePopulatePeople() local
/aosp12/packages/providers/ContactsProvider/tests/assets/test1/
H A Dlegacy_contacts.sql53 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 Dlegacy_contacts.sql43 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 Dlegacy_contacts.sql33 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 DBugleNotifications.java469 final Bundle people = new Bundle(); in processAndSend() local
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java1116 ArrayList<String> people = new ArrayList<>(); in getPeople() local
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java2799 ArrayList<Person> people = extras.getParcelableArrayList(EXTRA_PEOPLE_LIST); in visitUris() local
3839 ArrayList<Person> people = mN.extras.getParcelableArrayList(EXTRA_PEOPLE_LIST); in Builder() local