Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java399 Notification groupNotif = new Notification.Builder(this, getChannelId()) in postGroupNotification() local
406 mNotificationManager.notifyAsUser(getTag(), NOTIF_BASE_ID, groupNotif, currentUser); in postGroupNotification() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java834 CollectionEvent groupNotif = postNotif( in testGroupChildrenAreDismissedLocallyWhenSummaryIsDismissed() local
841 NotificationEntry groupEntry = mCollectionListener.getEntry(groupNotif.key); in testGroupChildrenAreDismissedLocallyWhenSummaryIsDismissed()