Loading api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -4106,6 +4106,7 @@ package android.telephony { method public java.lang.String getCdmaMdn(int); method public java.lang.String getCdmaMin(); method public java.lang.String getCdmaMin(int); method public java.lang.String getCdmaPrlVersion(); method public int getCurrentPhoneType(); method public int getCurrentPhoneType(int); method public deprecated boolean getDataEnabled(); Loading telephony/java/android/telephony/TelephonyManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -6641,6 +6641,7 @@ public class TelephonyManager { * @return PRLVersion or null if error. * @hide */ @SystemApi public String getCdmaPrlVersion() { return getCdmaPrlVersion(getSubId()); } Loading Loading
api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -4106,6 +4106,7 @@ package android.telephony { method public java.lang.String getCdmaMdn(int); method public java.lang.String getCdmaMin(); method public java.lang.String getCdmaMin(int); method public java.lang.String getCdmaPrlVersion(); method public int getCurrentPhoneType(); method public int getCurrentPhoneType(int); method public deprecated boolean getDataEnabled(); Loading
telephony/java/android/telephony/TelephonyManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -6641,6 +6641,7 @@ public class TelephonyManager { * @return PRLVersion or null if error. * @hide */ @SystemApi public String getCdmaPrlVersion() { return getCdmaPrlVersion(getSubId()); } Loading