Home
last modified time | relevance | path

Searched refs:onRemoteInputActive (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/data/repository/
DRemoteInputRepositoryImplTest.kt67 callback.onRemoteInputActive(true) in isRemoteInputActive_updatesOnChange()
71 callback.onRemoteInputActive(false) in isRemoteInputActive_updatesOnChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/
DRemoteInputRepository.kt48 override fun onRemoteInputActive(active: Boolean) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java132 default void onRemoteInputActive(boolean remoteInputActive) {} in onRemoteInputActive() method
DRemoteInputController.java196 mCallbacks.get(i).onRemoteInputActive(remoteInputActive); in apply()
328 default void onRemoteInputActive(boolean active) {} in onRemoteInputActive() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java844 public void onRemoteInputActive(boolean remoteInputActive) { in onRemoteInputActive() method in NotificationShadeWindowControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java752 callback.onRemoteInputActive(true); in testUpdateFooter_remoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java1021 public void onRemoteInputActive(boolean active) { in onRemoteInputActive() method in StatusBarKeyguardViewManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java824 public void onRemoteInputActive(boolean active) { in setUpView()