Searched refs:EXTRA_PEOPLE (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/ |
D | ValidateNotificationPeopleTest.java | 40 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/ |
D | NotificationCompatKitKat.java | 78 mExtras.putStringArray(Notification.EXTRA_PEOPLE, in Builder()
|
/frameworks/support/compat/api20/android/support/v4/app/ |
D | NotificationCompatApi20.java | 81 mExtras.putStringArray(Notification.EXTRA_PEOPLE, in Builder()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ValidateNotificationPeople.java | 276 Object people = extras.get(Notification.EXTRA_PEOPLE); in getExtraPeople()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 915 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/ |
D | NotificationCompat.java | 337 public static final String EXTRA_PEOPLE = "android.people"; field in NotificationCompat
|
/frameworks/support/api/ |
D | current.txt | 4192 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4588 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|
/frameworks/base/api/ |
D | current.txt | 4944 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|
D | system-current.txt | 5099 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|
D | test-current.txt | 4947 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|