Home
last modified time | relevance | path

Searched refs:groupKey (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt76 private val groupKey = "SensitiveNotificationRedactionTest begun at " + constant
104 tag: String = groupKey in sendNotification()
122 nb.setGroup(groupKey) in sendNotification()
158 tag: String = groupKey in waitForNotification()
270 customExtra.putBoolean(groupKey, true) in testCustomExtrasNotRedacted()
280 .that(sbn.notification.extras.getBoolean(groupKey, false)).isTrue() in testCustomExtrasNotRedacted()
475 val tag = "$groupKey #$notifNum" in testE2ERedaction_shouldRedact()
530 val tag = "$groupKey #$notifNum" in testE2ERedaction_shouldNotRedact()
DBaseNotificationManagerTest.java312 String groupKey, final int icon) { in sendNotification() argument
313 sendNotification(id, groupKey, icon, false, null); in sendNotification()
317 String groupKey, final int icon, in sendNotification() argument
334 .setGroup(groupKey); in sendNotification()
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveNotificationAppHidingTest.kt60 private val groupKey = in <lambda>() constant in android.sensitivecontentprotection.cts.SensitiveNotificationAppHidingTest
95 nb.setGroup(groupKey) in <lambda>()
102 notificationManager.notify(groupKey, NOTIFICATION_ID, nb.build()) in <lambda>()
114 groupKey, in <lambda>()
118 assertWithMessage("Expected to find a notification with tag $groupKey") in <lambda>()
/cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
DLegacyNotificationManagerTest.java335 private void sendNotification(final int id, String groupKey, final int icon) throws Exception { in sendNotification() argument
351 .setGroup(groupKey) in sendNotification()