Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfoTest.java88 private NotificationGutsManager mNotificationGutsManager; field in FeedbackInfoTest
95 mDependency.injectTestDependency(NotificationGutsManager.class, mNotificationGutsManager); in setUp()
197 when(mNotificationGutsManager.openGuts( in testNegativeFeedback()
210 verify(mNotificationGutsManager, times(1)).openGuts( in testNegativeFeedback()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java102 private final NotificationGutsManager mNotificationGutsManager; field in ExpandableNotificationRowController
249 mNotificationGutsManager = notificationGutsManager; in ExpandableNotificationRowController()
252 mOnFeedbackClickListener = mNotificationGutsManager::openGuts; in ExpandableNotificationRowController()
293 mNotificationGutsManager, in init()
313 return mNotificationGutsManager.openGuts(v, x, y, item); in init()
H A DFeedbackInfo.java66 private NotificationGutsManager mNotificationGutsManager; field in FeedbackInfo
88 mNotificationGutsManager = Dependency.get(NotificationGutsManager.class); in bindGuts()
180 mNotificationGutsManager.openGuts(mExpandableNotificationRow, 0, 0, menuItem); in negativeFeedback()
H A DExpandableNotificationRow.java374 private NotificationGutsManager mNotificationGutsManager; field in ExpandableNotificationRow
1219 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
1222 mNotificationGutsManager.openGuts(this, 0, 0, item);
1759 mNotificationGutsManager = gutsManager;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java155 private final NotificationGutsManager mNotificationGutsManager; field in NotificationStackScrollLayoutController
386 mNotificationGutsManager.openGuts(view, x, y, item);
406 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
416 mNotificationGutsManager.openGuts(row, origin.x, origin.y, item);
684 mNotificationGutsManager = notificationGutsManager; in NotificationStackScrollLayoutController()
1106 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */, in checkSnoozeLeavebehind()
1502 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();
1516 mNotificationGutsManager.closeAndSaveGuts(false /* removeLeavebehind */,
1870 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();
1899 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java123 @Mock private NotificationGutsManager mNotificationGutsManager; field in NotificationStackScrollLayoutControllerTest
671 mNotificationGutsManager, in initController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java303 @Inject Lazy<NotificationGutsManager> mNotificationGutsManager; field in Dependency
503 mProviders.put(NotificationGutsManager.class, mNotificationGutsManager::get); in start()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java258 @Mock private NotificationGutsManager mNotificationGutsManager; field in CentralSurfacesImplTest
455 () -> mNotificationGutsManager in setup()
487 mNotificationGutsManager, in setup()