Searched refs:groupKey (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | SensitiveNotificationRedactionTest.kt | 76 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()
|
D | BaseNotificationManagerTest.java | 312 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/ |
D | SensitiveNotificationAppHidingTest.kt | 60 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/ |
D | LegacyNotificationManagerTest.java | 335 private void sendNotification(final int id, String groupKey, final int icon) throws Exception { in sendNotification() argument 351 .setGroup(groupKey) in sendNotification()
|