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.java129 protected RemoteInputController mRemoteInputController; field in NotificationRemoteInputManager
321 mRemoteInputController = new RemoteInputController(delegate, mRemoteInputUriController); in setUpWithCallback()
322 mRemoteInputController.addCallback(new RemoteInputController.Callback() { in setUpWithCallback()
509 return mRemoteInputController; in getController()
517 if (mRemoteInputController.isRemoteInputActive(entry)) { in onPerformRemoveNotification()
518 mRemoteInputController.removeRemoteInput(entry, null); in onPerformRemoveNotification()
525 mRemoteInputController.removeRemoteInput(entry, null); in onPanelCollapsed()
541 return (mRemoteInputController.isSpinning(entry.getKey()) in shouldKeepForRemoteInputHistory()
555 && mRemoteInputController.isRemoteInputActive()) { in checkRemoteInputOutside()
556 mRemoteInputController.closeRemoteInputs(); in checkRemoteInputOutside()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.java74 @Mock private RemoteInputController mRemoteInputController; field in HeadsUpCoordinatorTest
82 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
216 when(mRemoteInputController.isSpinning(any())).thenReturn(false); in testOnEntryRemovedRemovesHeadsUpNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java109 private RemoteInputController mRemoteInputController; field in StatusBarNotificationActivityStarterTest
149 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
DStatusBarTest.java188 @Mock private RemoteInputController mRemoteInputController; field in StatusBarTest
304 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java132 @Mock private RemoteInputController mRemoteInputController; field in NotificationStackScrollLayoutTest
171 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
371 when(mRemoteInputController.isRemoteInputActive()).thenReturn(true); in testUpdateFooter_remoteInput()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java290 mRemoteInputController = controller; in setUpWithPresenterForTest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java126 private RemoteInputController mRemoteInputController; field in NotificationContentView
1208 if (mRemoteInputController == null) {
1288 mContext, actionContainer, entry, mRemoteInputController);
1523 mRemoteInputController = r; in setRemoteInputController()