Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputQuickSettingsDisabler.kt38 private var remoteInputActive = false regex
H A DHeadsUpManager.java410 public boolean remoteInputActive; field in HeadsUpManager.HeadsUpEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java309 void setRemoteInputActive(NotificationEntry entry, boolean remoteInputActive); in setRemoteInputActive()
H A DNotificationShadeWindowController.java136 default void onRemoteInputActive(boolean remoteInputActive) {} in onRemoteInputActive()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhone.java268 @NonNull NotificationEntry entry, boolean remoteInputActive) { in setRemoteInputActive()
H A DNotificationShadeWindowControllerImpl.java649 public void onRemoteInputActive(boolean remoteInputActive) { in onRemoteInputActive()