Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt58 private val commonNotifCollection: Lazy<CommonNotifCollection>,
113 for (entry in commonNotifCollection.get().allNotifs) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java71 CommonNotifCollection commonNotifCollection, in LaunchConversationActivity() argument
79 mCommonNotifCollection = commonNotifCollection; in LaunchConversationActivity()