Searched refs:getCallWithState (Results 1 – 1 of 1) sorted by relevance
419 return getCallWithState(DialerCallState.ACTIVE, 1); in getSecondActiveCall()435 return getCallWithState(DialerCallState.ONHOLD, 1); in getSecondBackgroundCall()514 return getCallWithState(state, 0); in getFirstCallWithState()521 public DialerCall getCallWithState(int state, int positionToFind) { in getCallWithState() method in CallList