Searched refs:isSpinning (Results 1 – 6 of 6) sorted by relevance
162 public boolean isSpinning(String key) { in isSpinning() method in RemoteInputController172 public boolean isSpinning(String key, Object token) { in isSpinning() method in RemoteInputController
488 return (mRemoteInputController.isSpinning(entry.key) || entry.hasJustSentRemoteInput()); in shouldKeepForRemoteInputHistory()
183 mRemoteInputManager.getController().isSpinning(key) in stopAlerting()
108 when(mController.isSpinning(mEntry.key)).thenReturn(true); in testShouldExtendLifetime_isSpinning()
313 if (!TextUtils.isEmpty(remoteInputText) && !controller.isSpinning(entry.key)) { in handleNotificationClickAfterPanelCollapsed()
508 return getVisibility() == VISIBLE && mController.isSpinning(mEntry.key, mToken); in isSending()