Searched refs:getExtraPeople (Results 1 – 4 of 4) sorted by relevance
57 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 …]
245 final String[] notificationPeople = getExtraPeople(extras); in validatePeople()290 public static String[] getExtraPeople(Bundle extras) { in getExtraPeople() method in ValidateNotificationPeople
357 final String[] extraPeople = ValidateNotificationPeople.getExtraPeople(extras); in peopleString()
27610 HPLcom/android/server/notification/ValidateNotificationPeople;->getExtraPeople(Landroid/os/Bundle;)…