Home
last modified time | relevance | path

Searched refs:addPerson (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java160 .addPerson(personUri) in makeBigTextNotification()
288 .addPerson(Uri.fromParts("tel", "1 (617) 555-1212", null).toString()) in testCreate()
/aosp14/frameworks/base/core/tests/coretests/src/android/service/notification/
H A DStatusBarNotificationTest.java179 .addPerson(new Person.Builder().build()); in testLogMakerWithPerson()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java4887 public Builder addPerson(String uri) { in addPerson() method in Notification.Builder
4888 addPerson(new Person.Builder().setUri(uri).build()); in addPerson()
4913 public Builder addPerson(Person person) { in addPerson() method in Notification.Builder
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto7402 // Notification.extras[EXTRA_PEOPLE_LIST], set by addPerson().
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2192 HSPLandroid/app/Notification$Builder;->addPerson(Landroid/app/Person;)Landroid/app/Notification$Bui…
2193 HSPLandroid/app/Notification$Builder;->addPerson(Ljava/lang/String;)Landroid/app/Notification$Build…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt2192 HSPLandroid/app/Notification$Builder;->addPerson(Landroid/app/Person;)Landroid/app/Notification$Bui…
2193 HSPLandroid/app/Notification$Builder;->addPerson(Ljava/lang/String;)Landroid/app/Notification$Build…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6473 method @Deprecated public android.app.Notification.Builder addPerson(String);
6474 method @NonNull public android.app.Notification.Builder addPerson(android.app.Person);