Searched refs:mNotificationGutsManager (Results 1 – 5 of 5) sorted by relevance
67 private final NotificationGutsManager mNotificationGutsManager; field in ExpandableNotificationRowController102 mNotificationGutsManager = notificationGutsManager; in ExpandableNotificationRowController()104 mOnAppOpsClickListener = mNotificationGutsManager::openGuts; in ExpandableNotificationRowController()138 return mNotificationGutsManager.openGuts(v, x, y, item); in init()
48 private final NotificationGutsManager mNotificationGutsManager; field in NotificationBlockingHelperManager70 mNotificationGutsManager = notificationGutsManager; in NotificationBlockingHelperManager()120 mNotificationGutsManager.openGuts( in perhapsShowBlockingHelper()
530 private final NotificationGutsManager mNotificationGutsManager; field in NotificationStackScrollLayout580 mNotificationGutsManager = notificationGutsManager; in NotificationStackScrollLayout()718 setLongPressListener(mNotificationGutsManager::openGuts); in onFinishInflate()3834 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();4142 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();4165 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,4414 NotificationGuts guts = mNotificationGutsManager.getExposedGuts();4428 mNotificationGutsManager.closeAndSaveGuts(false /* removeLeavebehind */,4497 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,6343 mNotificationGutsManager.closeAndSaveGuts(true /* removeLeavebehind */,[all …]
280 @Inject Lazy<NotificationGutsManager> mNotificationGutsManager; field in Dependency474 mProviders.put(NotificationGutsManager.class, mNotificationGutsManager::get); in start()
201 @Mock private NotificationGutsManager mNotificationGutsManager; field in StatusBarTest348 mNotificationGutsManager, in setup()