Home
last modified time | relevance | path

Searched defs:mGutsManager (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragControllerTest.java61 private NotificationGutsManager mGutsManager = mock(NotificationGutsManager.class); field in ExpandableNotificationRowDragControllerTest
H A DNotificationGutsManagerTest.java114 private NotificationGutsManager mGutsManager; field in NotificationGutsManagerTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenter.java77 private final NotificationGutsManager mGutsManager; field in StatusBarNotificationPresenter
H A DCentralSurfacesImpl.java491 private final NotificationGutsManager mGutsManager; field in CentralSurfacesImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java71 private final Lazy<NotificationGutsManager> mGutsManager; field in ShadeControllerImpl
H A DNotificationPanelViewController.java354 private final NotificationGutsManager mGutsManager; field in NotificationPanelViewController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java209 @Mock protected NotificationGutsManager mGutsManager; field in NotificationPanelViewControllerBaseTest