Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationListController.java41 private final ForegroundServiceController mForegroundServiceController; field in NotificationListController
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java42 private final ForegroundServiceController mForegroundServiceController; field in ForegroundServiceNotificationListener
DDependency.java239 @Inject Lazy<ForegroundServiceController> mForegroundServiceController; field in Dependency
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationListControllerTest.java66 @Mock private ForegroundServiceController mForegroundServiceController; field in NotificationListControllerTest
DNotificationEntryManagerTest.java126 @Mock private ForegroundServiceController mForegroundServiceController; field in NotificationEntryManagerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java419 protected ForegroundServiceController mForegroundServiceController; field in StatusBar