Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java177 mDelegate.setRemoteInputActive(entry, isRemoteInputActive(entry)); in apply()
178 boolean remoteInputActive = isRemoteInputActive(); in apply()
188 public boolean isRemoteInputActive(NotificationEntry entry) { in isRemoteInputActive() method in RemoteInputController
196 public boolean isRemoteInputActive() { in isRemoteInputActive() method in RemoteInputController
DNotificationRemoteInputManager.java480 if (mRemoteInputController.isRemoteInputActive(entry)) { in onPerformRemoveNotification()
517 && mRemoteInputController.isRemoteInputActive()) { in checkRemoteInputOutside()
695 return mRemoteInputController.isRemoteInputActive(entry); in shouldExtendLifetime()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java97 when(mController.isRemoteInputActive(mEntry)).thenReturn(true); in testPerformOnRemoveNotification()
105 when(mController.isRemoteInputActive(mEntry)).thenReturn(true); in testShouldExtendLifetime_remoteInputActive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoHideController.java200 shouldAutoHide &= !mRemoteInputManager.getController().isRemoteInputActive(); in checkUserAutoHide()
DStatusBarNotificationActivityStarter.java179 if (controller.isRemoteInputActive(row.getEntry()) in onNotificationClicked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java319 when(mRemoteInputController.isRemoteInputActive()).thenReturn(true); in testUpdateFooter_remoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java694 && !mRemoteInputManager.getController().isRemoteInputActive(); in updateFooter()