Searched refs:isRemoteInputActive (Results 1 – 7 of 7) sorted by relevance
177 mDelegate.setRemoteInputActive(entry, isRemoteInputActive(entry)); in apply()178 boolean remoteInputActive = isRemoteInputActive(); in apply()188 public boolean isRemoteInputActive(NotificationEntry entry) { in isRemoteInputActive() method in RemoteInputController196 public boolean isRemoteInputActive() { in isRemoteInputActive() method in RemoteInputController
480 if (mRemoteInputController.isRemoteInputActive(entry)) { in onPerformRemoveNotification()517 && mRemoteInputController.isRemoteInputActive()) { in checkRemoteInputOutside()695 return mRemoteInputController.isRemoteInputActive(entry); in shouldExtendLifetime()
97 when(mController.isRemoteInputActive(mEntry)).thenReturn(true); in testPerformOnRemoveNotification()105 when(mController.isRemoteInputActive(mEntry)).thenReturn(true); in testShouldExtendLifetime_remoteInputActive()
200 shouldAutoHide &= !mRemoteInputManager.getController().isRemoteInputActive(); in checkUserAutoHide()
179 if (controller.isRemoteInputActive(row.getEntry()) in onNotificationClicked()
319 when(mRemoteInputController.isRemoteInputActive()).thenReturn(true); in testUpdateFooter_remoteInput()
694 && !mRemoteInputManager.getController().isRemoteInputActive(); in updateFooter()