Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java64 @Nullable private Boolean mLastAppliedRemoteInputActive = null; field in RemoteInputController
228 mLastAppliedRemoteInputActive = remoteInputActive; in apply()
336 pw.println((Object) mLastAppliedRemoteInputActive); in dump()