Searched refs:setInactive (Results 1 – 4 of 4) sorted by relevance
99 public void setInactive(LatchedOutcomeReceiver outcome){ in setInactive() method in TransactionalCall101 mCallControl.setInactive(Runnable::run, outcome); in setInactive()
643 mCall1.mCallControl.setInactive(Runnable::run, new OutcomeReceiver<>() { in testCallDoesNotSupportHoldResultsInOnError()1321 call.mCallControl.setInactive(Runnable::run, outcome); in callControlAction()
187 call.setInactive(outcome);
42468 …method public void setInactive(@NonNull java.util.concurrent.Executor, @NonNull android.os.Outcome…