Searched refs:mForegroundServiceController (Results 1 – 7 of 7) 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 | 126 @Mock private ForegroundServiceController mForegroundServiceController; field in NotificationEntryManagerTest 214 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 | 239 @Inject Lazy<ForegroundServiceController> mForegroundServiceController; field in Dependency 411 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 | 419 protected ForegroundServiceController mForegroundServiceController; field in StatusBar 621 mForegroundServiceController.onAppOpChanged(code, uid, packageName, active); in onActiveStateChanged() 1062 mForegroundServiceController, in setUpPresenter() 1109 mForegroundServiceController = Dependency.get(ForegroundServiceController.class); in getDependencies()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/ |
D | CarStatusBar.java | 426 mForegroundServiceController = Dependency.get(ForegroundServiceController.class); in getDependencies()
|