Searched defs:mRemoteInputController (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java93 private RemoteInputController mRemoteInputController; field in class:NotificationContentView
1132 if (mRemoteInputController == null) {
1199 mContext, actionContainer, entry, mRemoteInputController);
1262 mRemoteInputController = r;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1487 mRemoteInputController.addCallback(mStatusBarKeyguardViewManager);
1489 mRemoteInputController.addCallback(new RemoteInputController.Callback() {
1679 boolean ignoreEarliestRemovalTime = mRemoteInputController.isSpinning(key)
1688 if (FORCE_REMOTE_INPUT_HISTORY && mRemoteInputController.isSpinning(key)) {
1738 if (entry != null && mRemoteInputController.isRemoteInputActive(entry)
1813 if (mRemoteInputController.isRemoteInputActive(entry)) {
1814 mRemoteInputController.removeRemoteInput(entry, null);
2764 mRemoteInputController.removeRemoteInput(entry, null);
3293 && !mRemoteInputController.isRemoteInputActive()) { // not due to typing in IME
3301 && mRemoteInputController
5199 protected RemoteInputController mRemoteInputController; field in class:StatusBar
[all...]

Completed in 1044 milliseconds