Loading telephony/java/android/telephony/TelephonyManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -772,6 +772,7 @@ public class TelephonyManager { * * {@hide} */ @SystemApi public int getCurrentPhoneType() { return getCurrentPhoneType(getDefaultSubscription()); } Loading @@ -786,6 +787,7 @@ public class TelephonyManager { * @param subId for which phone type is returned */ /** {@hide} */ @SystemApi public int getCurrentPhoneType(long subId) { try{ Loading Loading
telephony/java/android/telephony/TelephonyManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -772,6 +772,7 @@ public class TelephonyManager { * * {@hide} */ @SystemApi public int getCurrentPhoneType() { return getCurrentPhoneType(getDefaultSubscription()); } Loading @@ -786,6 +787,7 @@ public class TelephonyManager { * @param subId for which phone type is returned */ /** {@hide} */ @SystemApi public int getCurrentPhoneType(long subId) { try{ Loading