Searched refs:getWaitingForAccountCall (Results 1 – 4 of 4) sorted by relevance
137 call = callList.getWaitingForAccountCall(); in onStateChange()
362 DialerCall waitingForAccountCall = CallList.getInstance().getWaitingForAccountCall(); in showPhoneAccountSelectionDialog()538 DialerCall waitingForAccountCall = CallList.getInstance().getWaitingForAccountCall(); in onStop()
847 && (waitingForAccountCall = callList.getWaitingForAccountCall()) != null) { in onCallListChange()1060 } else if (callList.getWaitingForAccountCall() != null) { in getPotentialStateFromCallList()
395 public DialerCall getWaitingForAccountCall() { in getWaitingForAccountCall() method in CallList