Home
last modified time | relevance | path

Searched refs:EXTRA_PEOPLE (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java40 bundle.putString(Notification.EXTRA_PEOPLE, expected[0]); in testSingleString()
49 bundle.putCharArray(Notification.EXTRA_PEOPLE, expected[0].toCharArray()); in testSingleCharArray()
58 bundle.putCharSequence(Notification.EXTRA_PEOPLE, new SpannableString(expected[0])); in testSingleCharSequence()
67 bundle.putStringArray(Notification.EXTRA_PEOPLE, expected); in testStringArraySingle()
76 bundle.putStringArray(Notification.EXTRA_PEOPLE, expected); in testStringArrayMultiple()
85 bundle.putStringArray(Notification.EXTRA_PEOPLE, expected); in testStringArrayNulls()
98 bundle.putCharSequenceArray(Notification.EXTRA_PEOPLE, charSeqArray); in testCharSequenceArrayMultiple()
115 bundle.putCharSequenceArray(Notification.EXTRA_PEOPLE, charSeqArray); in testMixedCharSequenceArrayList()
128 bundle.putStringArrayList(Notification.EXTRA_PEOPLE, stringArrayList); in testStringArrayList()
142 bundle.putCharSequenceArrayList(Notification.EXTRA_PEOPLE, stringArrayList); in testCharSequenceArrayList()
/frameworks/support/compat/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java78 mExtras.putStringArray(Notification.EXTRA_PEOPLE, in Builder()
/frameworks/support/compat/api20/android/support/v4/app/
DNotificationCompatApi20.java81 mExtras.putStringArray(Notification.EXTRA_PEOPLE, in Builder()
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java276 Object people = extras.get(Notification.EXTRA_PEOPLE); in getExtraPeople()
/frameworks/base/core/java/android/app/
DNotification.java915 public static final String EXTRA_PEOPLE = "android.people"; field in Notification
2362 if (mN.extras.containsKey(EXTRA_PEOPLE)) { in Builder()
2363 Collections.addAll(mPersonList, mN.extras.getStringArray(EXTRA_PEOPLE)); in Builder()
3928 mN.extras.putStringArray(EXTRA_PEOPLE, in buildUnstyled()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java337 public static final String EXTRA_PEOPLE = "android.people"; field in NotificationCompat
/frameworks/support/api/
Dcurrent.txt4192 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4588 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
/frameworks/base/api/
Dcurrent.txt4944 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
Dsystem-current.txt5099 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
Dtest-current.txt4947 field public static final java.lang.String EXTRA_PEOPLE = "android.people";