Home
last modified time | relevance | path

Searched refs:NotificationsControllerStub (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerStub.kt34 class NotificationsControllerStub @Inject constructor( class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java49 import com.android.systemui.statusbar.notification.init.NotificationsControllerStub;
192 Lazy<NotificationsControllerStub> stubController) { in provideNotificationsController()