Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallback.java76 private View mPendingWorkRemoteInputView; field in StatusBarRemoteInputCallback
144 if (mPendingWorkRemoteInputView != null in onWorkChallengeChanged()
148 final View pendingWorkRemoteInputView = mPendingWorkRemoteInputView; in onWorkChallengeChanged()
170 mPendingWorkRemoteInputView.callOnClick(); in onWorkChallengeChanged()
171 mPendingWorkRemoteInputView = null; in onWorkChallengeChanged()
212 mPendingWorkRemoteInputView = clicked; in onLockedWorkRemoteInput()
219 mPendingWorkRemoteInputView = null; in startWorkChallengeIfNecessary()