HomeSort by relevance Sort by last modified time
    Searched refs:getExtraPeople (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/tests/notification/src/com/android/server/notification/
ValidateNotificationPeopleTest.java 40 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
49 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
58 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
67 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
76 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
85 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
94 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
107 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
124 String[] result = ValidateNotificationPeople.getExtraPeople(bundle);
137 String[] result = ValidateNotificationPeople.getExtraPeople(bundle)
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ValidateNotificationPeople.java 235 final String[] notificationPeople = getExtraPeople(extras);
237 people.addAll(Arrays.asList(getExtraPeople(extras)));
280 public static String[] getExtraPeople(Bundle extras) {
ZenModeFiltering.java 277 final String[] extraPeople = ValidateNotificationPeople.getExtraPeople(extras);

Completed in 196 milliseconds