Searched refs:isRemoteInputActive (Results 1 – 8 of 8) sorted by relevance
184 mDelegate.setRemoteInputActive(entry, isRemoteInputActive(entry)); in apply()185 boolean remoteInputActive = isRemoteInputActive(); in apply()195 public boolean isRemoteInputActive(NotificationEntry entry) { in isRemoteInputActive() method in RemoteInputController203 public boolean isRemoteInputActive() { in isRemoteInputActive() method in RemoteInputController
517 if (mRemoteInputController.isRemoteInputActive(entry)) { in onPerformRemoveNotification()555 && mRemoteInputController.isRemoteInputActive()) { in checkRemoteInputOutside()752 return mRemoteInputController.isRemoteInputActive(entry); in shouldExtendLifetime()
108 when(mController.isRemoteInputActive(mEntry)).thenReturn(true); in testPerformOnRemoveNotification()116 when(mController.isRemoteInputActive(mEntry)).thenReturn(true); in testShouldExtendLifetime_remoteInputActive()
371 when(mRemoteInputController.isRemoteInputActive()).thenReturn(true); in testUpdateFooter_remoteInput()
235 if (controller.isRemoteInputActive(row.getEntry()) in onNotificationClicked()
263 return !mNotificationRemoteInputManager.getController().isRemoteInputActive();
1128 return !mRemoteInputManager.getController().isRemoteInputActive(); in makeStatusBarView()
776 && !mRemoteInputManager.getController().isRemoteInputActive(); in updateFooter()