Loading telephony/java/android/telephony/data/ApnSetting.java +5 −0 Original line number Diff line number Diff line Loading @@ -1055,6 +1055,11 @@ public class ApnSetting implements Parcelable { return (mApnTypeBitmask & type) == type; } /** @hide */ public boolean isEmergencyApn() { return hasApnType(TYPE_EMERGENCY); } /** @hide */ public boolean canHandleType(@ApnType int type) { if (!mCarrierEnabled) { Loading Loading
telephony/java/android/telephony/data/ApnSetting.java +5 −0 Original line number Diff line number Diff line Loading @@ -1055,6 +1055,11 @@ public class ApnSetting implements Parcelable { return (mApnTypeBitmask & type) == type; } /** @hide */ public boolean isEmergencyApn() { return hasApnType(TYPE_EMERGENCY); } /** @hide */ public boolean canHandleType(@ApnType int type) { if (!mCarrierEnabled) { Loading