Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java58 @Nullable private Boolean mLastAppliedRemoteInputActive = null; field in RemoteInputController
132 if (mLastAppliedRemoteInputActive != null in removeRemoteInput()
133 && mLastAppliedRemoteInputActive in removeRemoteInput()
198 mLastAppliedRemoteInputActive = remoteInputActive; in apply()
306 pw.println((Object) mLastAppliedRemoteInputActive); in dump()