Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java127 protected RemoteInputController mRemoteInputController; field in NotificationRemoteInputManager
305 mRemoteInputController = new RemoteInputController(delegate); in setUpWithCallback()
306 mRemoteInputController.addCallback(new RemoteInputController.Callback() { in setUpWithCallback()
472 return mRemoteInputController; in getController()
480 if (mRemoteInputController.isRemoteInputActive(entry)) { in onPerformRemoveNotification()
481 mRemoteInputController.removeRemoteInput(entry, null); in onPerformRemoveNotification()
488 mRemoteInputController.removeRemoteInput(entry, null); in onPanelCollapsed()
504 return (mRemoteInputController.isSpinning(entry.key) || entry.hasJustSentRemoteInput()); in shouldKeepForRemoteInputHistory()
517 && mRemoteInputController.isRemoteInputActive()) { in checkRemoteInputOutside()
518 mRemoteInputController.closeRemoteInputs(); in checkRemoteInputOutside()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java119 @Mock private RemoteInputController mRemoteInputController; field in NotificationStackScrollLayoutTest
151 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
319 when(mRemoteInputController.isRemoteInputActive()).thenReturn(true); in testUpdateFooter_remoteInput()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java103 private RemoteInputController mRemoteInputController; field in StatusBarNotificationActivityStarterTest
136 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
DStatusBarTest.java158 @Mock private RemoteInputController mRemoteInputController; field in StatusBarTest
258 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java219 mRemoteInputController = controller; in setUpWithPresenterForTest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java112 private RemoteInputController mRemoteInputController; field in NotificationContentView
1158 if (mRemoteInputController == null) {
1238 mContext, actionContainer, entry, mRemoteInputController);
1411 mRemoteInputController = r;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java123 @Mock private RemoteInputController mRemoteInputController; field in NotificationEntryManagerTest
232 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()