Searched refs:mForegroundServiceController (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationListControllerTest.java | 66 @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()
|
D | NotificationEntryManagerTest.java | 124 @Mock private ForegroundServiceController mForegroundServiceController; field in NotificationEntryManagerTest 212 mForegroundServiceController); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceNotificationListener.java | 42 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()
|
D | Dependency.java | 245 @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/ |
D | NotificationListController.java | 41 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/ |
D | StatusBar.java | 403 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()
|