Searched refs:subtext (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | SensitiveNotificationRedactionTest.kt | 99 subtext: String = OTP_MESSAGE_BASIC, in sendNotification() 117 nb.setSubText(subtext) in sendNotification() 184 val subtext = sbn.notification.extras.getCharSequence(EXTRA_SUB_TEXT) in testTextFieldsRedacted() constant 185 assertWithMessage("Expected subtext to be null, but it was $subtext").that(subtext).isNull() in testTextFieldsRedacted() 449 sendNotification(text = "staring NAS process", title = "", subtext = "", tag = "start") in testE2ERedaction_shouldRedact() 476 sendNotification(text = otp, title = "", subtext = "", tag = tag) in testE2ERedaction_shouldRedact() 506 sendNotification(text = "staring NAS process", title = "", subtext = "", tag = "start") in testE2ERedaction_shouldNotRedact() 531 sendNotification(text = notOtp, title = "", subtext = "", tag = tag) in testE2ERedaction_shouldNotRedact()
|
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/ |
D | SensitiveNotificationAppHidingTest.kt | 81 subtext: String = OTP_MESSAGE_BASIC, in <lambda>() 91 nb.setSubText(subtext) in <lambda>()
|