Home
last modified time | relevance | path

Searched refs:people (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAdjustmentExtractorTest.java57 ArrayList<String> people = new ArrayList<>(); in testExtractsAdjustment() local
58 people.add("you"); in testExtractsAdjustment()
59 signals.putStringArrayList(Adjustment.KEY_PEOPLE, people); in testExtractsAdjustment()
67 assertFalse(Objects.equals(people, r.getPeopleOverride())); in testExtractsAdjustment()
73 assertEquals(people, r.getPeopleOverride()); in testExtractsAdjustment()
85 ArrayList<String> people = new ArrayList<>(); in testExtractsAdjustments() local
86 people.add("you"); in testExtractsAdjustments()
87 pSignals.putStringArrayList(Adjustment.KEY_PEOPLE, people); in testExtractsAdjustments()
104 assertFalse(Objects.equals(people, r.getPeopleOverride())); in testExtractsAdjustments()
110 assertEquals(people, r.getPeopleOverride()); in testExtractsAdjustments()
DNotificationListenerServiceTest.java326 ArrayList<String> people = new ArrayList<>(); in getPeople() local
328 people.add(i + key); in getPeople()
330 return people; in getPeople()
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java238 final Set<String> people = new ArraySet<>(peopleOverride); in validatePeople() local
241 people.addAll(Arrays.asList(notificationPeople)); in validatePeople()
247 for (String handle : people) { in validatePeople()
297 ArraySet<String> people = new ArraySet<>(first.length + second.length); in combineLists() local
299 people.add(person); in combineLists()
302 people.add(person); in combineLists()
304 return (String[]) people.toArray(); in combineLists()
309 Object people = extras.get(key); in getExtraPeopleForKey() local
310 if (people instanceof String[]) { in getExtraPeopleForKey()
311 return (String[]) people; in getExtraPeopleForKey()
[all …]
DNotificationRecord.java651 final ArrayList<String> people = in applyAdjustments() local
653 setPeopleOverride(people); in applyAdjustments()
1081 protected void setPeopleOverride(ArrayList<String> people) { in setPeopleOverride() argument
1082 mPeopleOverride = people; in setPeopleOverride()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java432 ArrayList<Person> people = getNotification().extras.getParcelableArrayList( in getLogMaker() local
434 if (people != null && !people.isEmpty()) { in getLogMaker()
435 logMaker.addTaggedData(MetricsEvent.FIELD_NOTIFICATION_PEOPLE, people.size()); in getLogMaker()
DNotificationListenerService.java1249 ArrayList<Person> people = notification.extras.getParcelableArrayList( in maybePopulatePeople() local
1251 if (people != null && people.isEmpty()) { in maybePopulatePeople()
1252 int size = people.size(); in maybePopulatePeople()
1255 Person person = people.get(i); in maybePopulatePeople()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/
Dlist_people.py10 for person in address_book.people:
Dadd_person.py52 PromptForAddress(address_book.people.add())
Dlist_people.cc12 const tutorial::Person& person = address_book.people(i); in ListPeople()
Daddressbook.proto45 repeated Person people = 1; field
DREADME.txt5 the person's information. The list_people example lists people already in the
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java300 ArrayList<Person> people = notification.extras != null in hasPerson() local
303 return people != null && !people.isEmpty(); in hasPerson()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/protoc-artifacts/
DDockerfile29 RUN wget http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo -P /etc/yum.repos.d
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCONTRIBUTORS.txt1 This file contains a list of people who have made large contributions
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DCHANGES.txt3 (skeet@pobox.com) based on the work of many talented people.
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt98 programs enables a greater number of people to use a large body of
100 non-free programs enables many more people to use the whole GNU
395 implemented by public license practices. Many people have made
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto503 // lots of people use editors that would be confused by this.)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto503 // lots of people use editors that would be confused by this.)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest.proto546 // lots of people use editors that would be confused by this.)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor.m370 // Throw an exception if people attempt to not use the designated initializer.
/frameworks/base/core/java/android/app/
DNotification.java3473 ArrayList<Person> people = mN.extras.getParcelableArrayList(EXTRA_PEOPLE_LIST); in Builder() local
3474 mPersonList.addAll(people); in Builder()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6622 // Subtype: The people attached to a notification was changed