Home
last modified time | relevance | path

Searched defs:convertCallState (Results 1 – 2 of 2) 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/
DRILUtils.java5684 public static int convertCallState(Call.State state) { in convertCallState() method in RILUtils