Home
last modified time | relevance | path

Searched refs:convertCallState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstantConversions.java28 public static int convertCallState(PhoneConstants.State state) { in convertCallState() method in PhoneConstantConversions
43 public static PhoneConstants.State convertCallState(int state) { in convertCallState() method in PhoneConstantConversions
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java81 PhoneConstantConversions.convertCallState(sender.getState()), incomingNumber); in notifyPhoneState()
DRILUtils.java5557 srvccCalls[i].callState = convertCallState(srvccConnections[i].getState()); in convertToHalSrvccCall()
5598 public static int convertCallState(Call.State state) { in convertCallState() method in RILUtils