Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DBaseNotificationManagerTest.java312 String groupKey, final int icon) { in sendNotification()
317 String groupKey, final int icon, in sendNotification()
DSensitiveNotificationRedactionTest.kt76 private val groupKey = "SensitiveNotificationRedactionTest begun at " + constant
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveNotificationAppHidingTest.kt60 private val groupKey = in <lambda>() constant in android.sensitivecontentprotection.cts.SensitiveNotificationAppHidingTest
/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()