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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java468 private View mPendingWorkRemoteInputView; field in class:StatusBar
5075 mPendingWorkRemoteInputView = null;
5114 mPendingWorkRemoteInputView = clicked;
5129 if (mPendingWorkRemoteInputView != null && !isAnyProfilePublicMode()) {
5134 final View pendingWorkRemoteInputView = mPendingWorkRemoteInputView;
5160 mPendingWorkRemoteInputView.callOnClick();
5161 mPendingWorkRemoteInputView = null;

Completed in 122 milliseconds