Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java81 private final NotificationGutsManager mNotificationGutsManager; field in ExpandableNotificationRowController
133 mNotificationGutsManager = notificationGutsManager; in ExpandableNotificationRowController()
136 mOnFeedbackClickListener = mNotificationGutsManager::openGuts; in ExpandableNotificationRowController()
168 mNotificationGutsManager in init()
181 return mNotificationGutsManager.openGuts(v, x, y, item); in init()
H A DNotificationBlockingHelperManager.java50 private final NotificationGutsManager mNotificationGutsManager; field in NotificationBlockingHelperManager
74 mNotificationGutsManager = notificationGutsManager; in NotificationBlockingHelperManager()
126 mNotificationGutsManager.openGuts( in perhapsShowBlockingHelper()
H A DFeedbackInfo.java67 private NotificationGutsManager mNotificationGutsManager; field in FeedbackInfo
90 mNotificationGutsManager = Dependency.get(NotificationGutsManager.class); in bindGuts()
182 mNotificationGutsManager.openGuts(mExpandableNotificationRow, 0, 0, menuItem); in negativeFeedback()
H A DExpandableNotificationRow.java347 private NotificationGutsManager mNotificationGutsManager; field in ExpandableNotificationRow
1120 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
1123 mNotificationGutsManager.openGuts(this, 0, 0, item);
1601 mNotificationGutsManager = gutsManager;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfoTest.java91 private NotificationGutsManager mNotificationGutsManager; field in FeedbackInfoTest
99 mDependency.injectTestDependency(NotificationGutsManager.class, mNotificationGutsManager); in setUp()
201 when(mNotificationGutsManager.openGuts( in testNegativeFeedback()
214 verify(mNotificationGutsManager, times(1)).openGuts( in testNegativeFeedback()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java147 private final NotificationGutsManager mNotificationGutsManager; field in NotificationStackScrollLayoutController
356 mNotificationGutsManager.openGuts(view, x, y, item);
382 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
392 mNotificationGutsManager.openGuts(row, origin.x, origin.y, item);
657 mNotificationGutsManager = notificationGutsManager; in NotificationStackScrollLayoutController()
1061 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, in checkSnoozeLeavebehind()
1417 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();
1431 mNotificationGutsManager.closeAndSaveGuts(false /* removeLeavebehind */,
1758 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();
1787 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java99 @Mock private NotificationGutsManager mNotificationGutsManager; field in NotificationStackScrollLayoutControllerTest
153 mNotificationGutsManager, in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java317 @Inject Lazy<NotificationGutsManager> mNotificationGutsManager; field in Dependency
532 mProviders.put(NotificationGutsManager.class, mNotificationGutsManager::get); in start()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java217 @Mock private NotificationGutsManager mNotificationGutsManager; field in StatusBarTest
384 mNotificationGutsManager, in setup()