Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java57 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testNoExtra()
66 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleString()
75 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharArray()
84 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharSequence()
93 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArraySingle()
102 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayMultiple()
111 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayNulls()
124 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testCharSequenceArrayMultiple()
141 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testMixedCharSequenceArrayList()
154 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayList()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java245 final String[] notificationPeople = getExtraPeople(extras); in validatePeople()
290 public static String[] getExtraPeople(Bundle extras) { in getExtraPeople() method in ValidateNotificationPeople
DZenModeFiltering.java357 final String[] extraPeople = ValidateNotificationPeople.getExtraPeople(extras); in peopleString()
/frameworks/base/services/
Dart-profile27610 HPLcom/android/server/notification/ValidateNotificationPeople;->getExtraPeople(Landroid/os/Bundle;)…