Searched refs:onSetInactive (Results 1 – 6 of 6) sorted by relevance
58 mTransactionalServiceWrapper.onSetInactive(mCall); in setStreamingState()
492 public void onSetInactive(Call call) { in onSetInactive() method in TransactionalServiceWrapper
3099 mTransactionalService.onSetInactive(this); in hold()
107 mICallEventCallback.onSetInactive(mCallId, receiver); in processTransaction()
60 public void onSetInactive(@NonNull Consumer<Boolean> wasCompleted) { in onSetInactive() method in MyVoipCall
634 verify(mMockTransactionalService, times(1)).onSetInactive(call); in testCallEventCallbacksWereCalled()