Home
last modified time | relevance | path

Searched refs:getExtraPeople (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java43 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testNoExtra()
52 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleString()
61 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharArray()
70 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharSequence()
79 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArraySingle()
88 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayMultiple()
97 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayNulls()
110 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testCharSequenceArrayMultiple()
127 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testMixedCharSequenceArrayList()
140 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayList()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java239 final String[] notificationPeople = getExtraPeople(extras); in validatePeople()
284 public static String[] getExtraPeople(Bundle extras) { in getExtraPeople() method in ValidateNotificationPeople
DZenModeFiltering.java320 final String[] extraPeople = ValidateNotificationPeople.getExtraPeople(extras); in peopleString()