Searched refs:convertCallState (Results 1 – 3 of 3) sorted by relevance
28 public static int convertCallState(PhoneConstants.State state) { in convertCallState() method in PhoneConstantConversions43 public static PhoneConstants.State convertCallState(int state) { in convertCallState() method in PhoneConstantConversions
81 PhoneConstantConversions.convertCallState(sender.getState()), incomingNumber); in notifyPhoneState()
5557 srvccCalls[i].callState = convertCallState(srvccConnections[i].getState()); in convertToHalSrvccCall()5598 public static int convertCallState(Call.State state) { in convertCallState() method in RILUtils