Home
last modified time | relevance | path

Searched refs:EXTRA_PEOPLE (Results 1 – 22 of 22) 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/v4/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java76 mExtras.putStringArray(Notification.EXTRA_PEOPLE, in Builder()
/frameworks/support/v4/api20/android/support/v4/app/
DNotificationCompatApi20.java79 mExtras.putStringArray(Notification.EXTRA_PEOPLE, in Builder()
/frameworks/base/docs/html-intl/intl/ru/design/patterns/
Dnotifications.jd212 пользователе (см. {@link android.app.Notification#EXTRA_PEOPLE}).</p>
745 …i> пользователи, связанные с уведомлением при помощи {@link android.app.Notification#EXTRA_PEOPLE},
/frameworks/base/docs/html-intl/intl/zh-cn/design/patterns/
Dnotifications.jd211 另外将有关此人的信息附加到通知的元数据(参阅 {@link android.app.Notification#EXTRA_PEOPLE})。
745 <li> 与使用 {@link android.app.Notification#EXTRA_PEOPLE} 的通知相关的任何人,尤其是加星标的联系人。
/frameworks/base/docs/html-intl/intl/ko/design/patterns/
Dnotifications.jd212 그 사람에 대한 정보를 알림의 메타데이터에 추가합니다({@link android.app.Notification#EXTRA_PEOPLE} 참조).</p>
745 <li> {@link android.app.Notification#EXTRA_PEOPLE}을 사용하여 알림에 첨부된 사람,
/frameworks/base/docs/html-intl/intl/zh-tw/design/patterns/
Dnotifications.jd212 (請參閱 {@link android.app.Notification#EXTRA_PEOPLE})。</p>
745 <li> 任何使用 {@link android.app.Notification#EXTRA_PEOPLE} 附加至該通知的人員,尤其是他們是否為標記星號的連絡人。
/frameworks/base/docs/html-intl/intl/ja/design/patterns/
Dnotifications.jd211 また、通知のメタデータに相手に関する情報を添付します({@link android.app.Notification#EXTRA_PEOPLE} を参照)。
745 <li> {@link android.app.Notification#EXTRA_PEOPLE} を使用して通知に添付された人、特にその人が「お気に入り」の連絡先かどうか。
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java269 Object people = extras.get(Notification.EXTRA_PEOPLE); in getExtraPeople()
/frameworks/base/core/java/android/app/
DNotification.java821 public static final String EXTRA_PEOPLE = "android.people"; field in Notification
3392 extras.putStringArray(EXTRA_PEOPLE, mPeople.toArray(new String[mPeople.size()])); in populateExtras()
3620 if (extras.containsKey(EXTRA_PEOPLE)) { in restoreFromNotification()
3622 Collections.addAll(mPeople, extras.getStringArray(EXTRA_PEOPLE)); in restoreFromNotification()
/frameworks/base/docs/html/design/patterns/
Dnotifications.jd216 the person to the notification's metadata (see {@link android.app.Notification#EXTRA_PEOPLE}).</p>
762 <li> Any people attached to the notification using {@link android.app.Notification#EXTRA_PEOPLE},
/frameworks/base/docs/html-intl/intl/es/design/patterns/
Dnotifications.jd212 …a en los metadatos de la notificación (consulte {@link android.app.Notification#EXTRA_PEOPLE}).</p>
745 …llas personas involucradas en la notificación mediante{@link android.app.Notification#EXTRA_PEOPLE}
/frameworks/base/docs/html-intl/intl/pt-br/design/patterns/
Dnotifications.jd212 a pessoa nos metadados da notificação (consulte {@link android.app.Notification#EXTRA_PEOPLE}).</p>
745 <li> Qualquer pessoa anexada à notificação usando {@link android.app.Notification#EXTRA_PEOPLE}
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java314 public static final String EXTRA_PEOPLE = "android.people"; field in NotificationCompat
/frameworks/support/v4/api/
D22.0.0.txt399 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
D22.1.0.txt399 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
D22.2.1.txt428 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
D22.2.0.txt428 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
D23.txt521 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
Dcurrent.txt527 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
/frameworks/base/api/
Dcurrent.txt4734 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
Dsystem-current.txt4851 field public static final java.lang.String EXTRA_PEOPLE = "android.people";