Searched refs:isSpinning (Results 1 – 7 of 7) sorted by relevance
177 public boolean isSpinning(String key) { in isSpinning() method in RemoteInputController187 public boolean isSpinning(String key, Object token) { in isSpinning() method in RemoteInputController
572 return isSpinning(entry.getKey()) || entry.hasJustSentRemoteInput(); in shouldKeepForRemoteInputHistory()647 public boolean isSpinning(String entryKey) { in isSpinning() method in NotificationRemoteInputManager648 return mRemoteInputController != null && mRemoteInputController.isSpinning(entryKey); in isSpinning()
115 when(mController.isSpinning(mEntry.getKey())).thenReturn(true); in testShouldExtendLifetime_isSpinning()
388 && !mRemoteInputManager.isSpinning(notificationKey)) { in handleNotificationClickAfterPanelCollapsed()
481 val removeImmediatelyForRemoteInput = (mRemoteInputManager.isSpinning(entryKey) && in <lambda>()
764 return getVisibility() == VISIBLE && mController.isSpinning(mEntry.getKey(), mToken); in isSending()
430 whenever(remoteInputManager.isSpinning(any())).thenReturn(false) in <lambda>()