/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/v4/kitkat/android/support/v4/app/ |
D | NotificationCompatKitKat.java | 76 mExtras.putStringArray(Notification.EXTRA_PEOPLE, in Builder()
|
/frameworks/support/v4/api20/android/support/v4/app/ |
D | NotificationCompatApi20.java | 79 mExtras.putStringArray(Notification.EXTRA_PEOPLE, in Builder()
|
/frameworks/base/docs/html-intl/intl/ru/design/patterns/ |
D | notifications.jd | 212 пользователе (см. {@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/ |
D | notifications.jd | 211 另外将有关此人的信息附加到通知的元数据(参阅 {@link android.app.Notification#EXTRA_PEOPLE})。 745 <li> 与使用 {@link android.app.Notification#EXTRA_PEOPLE} 的通知相关的任何人,尤其是加星标的联系人。
|
/frameworks/base/docs/html-intl/intl/ko/design/patterns/ |
D | notifications.jd | 212 그 사람에 대한 정보를 알림의 메타데이터에 추가합니다({@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/ |
D | notifications.jd | 212 (請參閱 {@link android.app.Notification#EXTRA_PEOPLE})。</p> 745 <li> 任何使用 {@link android.app.Notification#EXTRA_PEOPLE} 附加至該通知的人員,尤其是他們是否為標記星號的連絡人。
|
/frameworks/base/docs/html-intl/intl/ja/design/patterns/ |
D | notifications.jd | 211 また、通知のメタデータに相手に関する情報を添付します({@link android.app.Notification#EXTRA_PEOPLE} を参照)。 745 <li> {@link android.app.Notification#EXTRA_PEOPLE} を使用して通知に添付された人、特にその人が「お気に入り」の連絡先かどうか。
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ValidateNotificationPeople.java | 269 Object people = extras.get(Notification.EXTRA_PEOPLE); in getExtraPeople()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 821 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/ |
D | notifications.jd | 216 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/ |
D | notifications.jd | 212 …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/ |
D | notifications.jd | 212 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/ |
D | NotificationCompat.java | 314 public static final String EXTRA_PEOPLE = "android.people"; field in NotificationCompat
|
/frameworks/support/v4/api/ |
D | 22.0.0.txt | 399 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|
D | 22.1.0.txt | 399 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|
D | 22.2.1.txt | 428 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|
D | 22.2.0.txt | 428 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|
D | 23.txt | 521 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|
D | current.txt | 527 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|
/frameworks/base/api/ |
D | current.txt | 4734 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|
D | system-current.txt | 4851 field public static final java.lang.String EXTRA_PEOPLE = "android.people";
|