Home
last modified time | relevance | path

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

/cts/tests/tests/notification/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java75 private Notification mGroupSummary = null; field in NotificationTrampolineTestService
178 if (mGroupSummary == null) { in postNotification()
179 mGroupSummary = new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in postNotification()
186 mNotificationManager.notify(GROUP_ID, mGroupSummary); in postNotification()