Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java184 mDelegate.setRemoteInputActive(entry, isRemoteInputActive(entry)); in apply()
185 boolean remoteInputActive = isRemoteInputActive(); in apply()
195 public boolean isRemoteInputActive(NotificationEntry entry) { in isRemoteInputActive() method in RemoteInputController
203 public boolean isRemoteInputActive() { in isRemoteInputActive() method in RemoteInputController
DNotificationRemoteInputManager.java517 if (mRemoteInputController.isRemoteInputActive(entry)) { in onPerformRemoveNotification()
555 && mRemoteInputController.isRemoteInputActive()) { in checkRemoteInputOutside()
752 return mRemoteInputController.isRemoteInputActive(entry); in shouldExtendLifetime()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java108 when(mController.isRemoteInputActive(mEntry)).thenReturn(true); in testPerformOnRemoveNotification()
116 when(mController.isRemoteInputActive(mEntry)).thenReturn(true); in testShouldExtendLifetime_remoteInputActive()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java371 when(mRemoteInputController.isRemoteInputActive()).thenReturn(true); in testUpdateFooter_remoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java235 if (controller.isRemoteInputActive(row.getEntry()) in onNotificationClicked()
DNavigationBarFragment.java263 return !mNotificationRemoteInputManager.getController().isRemoteInputActive();
DStatusBar.java1128 return !mRemoteInputManager.getController().isRemoteInputActive(); in makeStatusBarView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java776 && !mRemoteInputManager.getController().isRemoteInputActive(); in updateFooter()