Home
last modified time | relevance | path

Searched refs:mForegroundServiceController (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationListControllerTest.java66 @Mock private ForegroundServiceController mForegroundServiceController; field in NotificationListControllerTest
89 mForegroundServiceController, in setUp()
121 when(mForegroundServiceController.getStandardLayoutKey(anyInt(), anyString())) in testAppOps_appOpAddedToForegroundNotif()
140 when(mForegroundServiceController.getStandardLayoutKey(anyInt(), anyString())) in testAppOps_appOpAddedToUnrelatedNotif()
160 when(mForegroundServiceController.getStandardLayoutKey( in testAppOps_addNotificationWithExistingAppOps()
163 when(mForegroundServiceController.getAppOps(entry.notification.getUserId(), in testAppOps_addNotificationWithExistingAppOps()
182 when(mForegroundServiceController.getStandardLayoutKey( in testAdd_addNotificationWithNoExistingAppOps()
185 when(mForegroundServiceController.getAppOps(entry.notification.getUserId(), in testAdd_addNotificationWithNoExistingAppOps()
204 when(mForegroundServiceController.getAppOps(entry.notification.getUserId(), in testAdd_addNonForegroundNotificationWithExistingAppOps()
206 when(mForegroundServiceController.getStandardLayoutKey( in testAdd_addNonForegroundNotificationWithExistingAppOps()
DNotificationEntryManagerTest.java124 @Mock private ForegroundServiceController mForegroundServiceController; field in NotificationEntryManagerTest
212 mForegroundServiceController); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java42 private final ForegroundServiceController mForegroundServiceController; field in ForegroundServiceNotificationListener
49 mForegroundServiceController = foregroundServiceController; in ForegroundServiceNotificationListener()
85 mForegroundServiceController.updateUserState( in removeNotification()
90 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in removeNotification()
119 mForegroundServiceController.updateUserState( in updateNotification()
122 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in updateNotification()
DDependency.java245 @Inject Lazy<ForegroundServiceController> mForegroundServiceController; field in Dependency
406 mProviders.put(ForegroundServiceController.class, mForegroundServiceController::get); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationListController.java41 private final ForegroundServiceController mForegroundServiceController; field in NotificationListController
51 mForegroundServiceController = checkNotNull(foregroundServiceController); in NotificationListController()
91 mForegroundServiceController.getAppOps( in tagForeground()
105 mForegroundServiceController.getStandardLayoutKey(UserHandle.getUserId(uid), pkg); in updateNotificationsForAppOp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java403 protected ForegroundServiceController mForegroundServiceController; field in StatusBar
602 mForegroundServiceController.onAppOpChanged(code, uid, packageName, active); in onActiveStateChanged()
638 mForegroundServiceController = Dependency.get(ForegroundServiceController.class); in start()
1060 mForegroundServiceController, in setUpPresenter()