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.java76 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testNoExtra()
85 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleString()
94 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharArray()
103 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testSingleCharSequence()
112 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArraySingle()
121 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayMultiple()
130 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayNulls()
143 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testCharSequenceArrayMultiple()
160 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testMixedCharSequenceArrayList()
173 String[] result = ValidateNotificationPeople.getExtraPeople(bundle); in testStringArrayList()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java420 final String[] extraPeople = ValidateNotificationPeople.getExtraPeople(extras); in recordCall()
437 final String[] extraPeople = ValidateNotificationPeople.getExtraPeople(extras); in isRepeat()
DValidateNotificationPeople.java271 final String[] notificationPeople = getExtraPeople(extras); in validatePeople()
325 public static String[] getExtraPeople(Bundle extras) { in getExtraPeople() method in ValidateNotificationPeople
/frameworks/base/services/
Dart-wear-profile16492 PLcom/android/server/notification/ValidateNotificationPeople;->getExtraPeople(Landroid/os/Bundle;)[…