Searched defs:getCurrentPhoneType (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1091 public int getCurrentPhoneType() { method in class:TelephonyManager
1092 return getCurrentPhoneType(getSubId());
1106 public int getCurrentPhoneType(int subId) { method in class:TelephonyManager
1120 * See getCurrentPhoneType.
1157 return getCurrentPhoneType();

Completed in 36 milliseconds