/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 | 329 ArrayList<String> people = new ArrayList<>(); in getPeople() local 331 people.add(i + key); in getPeople() 333 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 | 621 final ArrayList<String> people = in applyAdjustments() local 623 setPeopleOverride(people); in applyAdjustments() 1051 protected void setPeopleOverride(ArrayList<String> people) { in setPeopleOverride() argument 1052 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/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/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/base/core/java/android/app/ |
D | Notification.java | 3476 ArrayList<Person> people = mN.extras.getParcelableArrayList(EXTRA_PEOPLE_LIST); in Builder() local 3477 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
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5336 field @Deprecated public static final String EXTRA_PEOPLE = "android.people"; 5337 field public static final String EXTRA_PEOPLE_LIST = "android.people.list";
|
/frameworks/base/api/ |
D | current.txt | 5336 field @Deprecated public static final String EXTRA_PEOPLE = "android.people"; 5337 field public static final String EXTRA_PEOPLE_LIST = "android.people.list";
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4588 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|