/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationAdjustmentExtractorTest.java | 57 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()
|
D | NotificationListenerServiceTest.java | 326 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/ |
D | ValidateNotificationPeople.java | 238 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 …]
|
D | NotificationRecord.java | 651 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/ |
D | StatusBarNotification.java | 432 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()
|
D | NotificationListenerService.java | 1249 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/ |
D | list_people.py | 10 for person in address_book.people:
|
D | add_person.py | 52 PromptForAddress(address_book.people.add())
|
D | list_people.cc | 12 const tutorial::Person& person = address_book.people(i); in ListPeople()
|
D | addressbook.proto | 45 repeated Person people = 1; field
|
D | README.txt | 5 the person's information. The list_people example lists people already in the
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationData.java | 300 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/ |
D | Dockerfile | 29 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/ |
D | CONTRIBUTORS.txt | 1 This file contains a list of people who have made large contributions
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | CHANGES.txt | 3 (skeet@pobox.com) based on the work of many talented people.
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 98 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/ |
D | unittest.proto | 503 // 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/ |
D | unittest.proto | 503 // lots of people use editors that would be confused by this.)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | unittest.proto | 546 // lots of people use editors that would be confused by this.)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBDescriptor.m | 370 // Throw an exception if people attempt to not use the designated initializer.
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3473 ArrayList<Person> people = mN.extras.getParcelableArrayList(EXTRA_PEOPLE_LIST); in Builder() local 3474 mPersonList.addAll(people); in Builder()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 6622 // Subtype: The people attached to a notification was changed
|