Home
last modified time | relevance | path

Searched refs:notificationRemoteInputManager (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/
DRemoteInputRepository.kt42 private val notificationRemoteInputManager: NotificationRemoteInputManager, constant in com.android.systemui.statusbar.data.repository.RemoteInputRepositoryImpl
52 notificationRemoteInputManager.addControllerCallback(callback) in <lambda>()
53 awaitClose { notificationRemoteInputManager.removeControllerCallback(callback) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeadsUpChangeListener.java60 NotificationRemoteInputManager notificationRemoteInputManager) { in StatusBarHeadsUpChangeListener() argument
69 mNotificationRemoteInputManager = notificationRemoteInputManager; in StatusBarHeadsUpChangeListener()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterKosmos.kt44 import com.android.systemui.statusbar.notificationRemoteInputManager
70 notificationRemoteInputManager, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerKosmos.kt22 var Kosmos.notificationRemoteInputManager by variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java89 NotificationRemoteInputManager notificationRemoteInputManager, in NotificationRowBinderImpl() argument
102 mNotificationRemoteInputManager = notificationRemoteInputManager; in NotificationRowBinderImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java569 NotificationRemoteInputManager notificationRemoteInputManager, in NavigationBar() argument
608 mNotificationRemoteInputManager = notificationRemoteInputManager; in NavigationBar()