Home
last modified time | relevance | path

Searched refs:bigText (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt246 val bigText = "BIG TEXT" in testBigTextRedacted() constant
249 style.bigText(bigText) in testBigTextRedacted()
259 .that(testBigText).doesNotContain(bigText) in testBigTextRedacted()
DNotificationTemplateTest.kt233 .setStyle(Notification.BigTextStyle().bigText("Big\nText\nContent")) in <lambda>()
250 .setStyle(Notification.BigTextStyle().bigText("Big\nText\nContent")) in <lambda>()
267 .setStyle(Notification.BigTextStyle().bigText("Big\nText\nContent")) in <lambda>()
DNotificationManagerTest.java1525 .bigText("big text") in testBigTextStyle()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationStyleVerifierActivity.java249 .setStyle(new Notification.BigTextStyle().bigText( in getNotification()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUtils.java100 .setStyle(new Notification.BigTextStyle().bigText(msg)) in showBugreportNotification()
/cts/tests/tests/notificationlegacy/notificationlegacy30/src/android/app/notification/legacy30/cts/
DNotificationTemplateApi30Test.kt94 .setStyle(Notification.BigTextStyle().bigText("Big\nText\nContent")) in <lambda>()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt6438 field public static final String EXTRA_BIG_TEXT = "android.bigText";
6627 method public android.app.Notification.BigTextStyle bigText(CharSequence);