Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerStub.kt36 class NotificationsControllerStub @Inject constructor( regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java68 import com.android.systemui.statusbar.notification.init.NotificationsControllerStub;
260 Lazy<NotificationsControllerStub> stubController) { in provideNotificationsController()