Searched refs:setActiveCalls (Results 1 – 3 of 3) sorted by relevance
33 void setActiveCalls(ImmutableList<ActiveCallInfo> activeCalls); in setActiveCalls() method
41 public void setActiveCalls(ImmutableList<ActiveCallInfo> activeCalls) { in setActiveCalls() method in ActiveCallsImpl
59 ActiveCallsComponent.get(appContext).activeCalls().setActiveCalls(activeCalls.build()); in onCallListChange()