Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java71 private View mPendingRemoteInputView; field in StatusBarRemoteInputCallback
98 if (mPendingRemoteInputView != null) { in onStateChanged()
99 mMainHandler.post(mPendingRemoteInputView::callOnClick); in onStateChanged()
101 mPendingRemoteInputView = null; in onStateChanged()
110 mPendingRemoteInputView = clicked; in onLockedRemoteInput()
DStatusBar.java385 private View mPendingRemoteInputView; field in StatusBar
2941 mPendingRemoteInputView = null; in showKeyguard()
3553 mPendingRemoteInputView = null; in goToLockedShade()