Searched refs:isSpinning (Results 1 – 8 of 8) sorted by relevance
169 public boolean isSpinning(String key) { in isSpinning() method in RemoteInputController179 public boolean isSpinning(String key, Object token) { in isSpinning() method in RemoteInputController
541 return (mRemoteInputController.isSpinning(entry.getKey()) in shouldKeepForRemoteInputHistory()
155 mRemoteInputManager.getController().isSpinning(key) in stopAlerting()
148 mRemoteInputManager.getController().isSpinning(entryKey)
216 when(mRemoteInputController.isSpinning(any())).thenReturn(false); in testOnEntryRemovedRemovesHeadsUpNotification()
124 when(mController.isSpinning(mEntry.getKey())).thenReturn(true); in testShouldExtendLifetime_isSpinning()
545 return getVisibility() == VISIBLE && mController.isSpinning(mEntry.getKey(), mToken); in isSending()
357 if (!TextUtils.isEmpty(remoteInputText) && !controller.isSpinning(notificationKey)) { in handleNotificationClickAfterPanelCollapsed()