Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A 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 …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java405 final String[] extraPeople = ValidateNotificationPeople.getExtraPeople(extras); in recordCall()
422 final String[] extraPeople = ValidateNotificationPeople.getExtraPeople(extras); in isRepeat()
H A DValidateNotificationPeople.java271 final String[] notificationPeople = getExtraPeople(extras); in validatePeople()
325 public static String[] getExtraPeople(Bundle extras) { in getExtraPeople() method in ValidateNotificationPeople
/aosp14/frameworks/base/services/
H A Dart-profile5370 HPLcom/android/server/notification/ValidateNotificationPeople;->getExtraPeople(Landroid/os/Bundle;)…