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