Loading telephony/java/android/telephony/data/ApnSetting.java +1 −4 Original line number Diff line number Diff line Loading @@ -1137,10 +1137,7 @@ public class ApnSetting implements Parcelable { return false; } // DEFAULT can handle HIPRI. if (hasApnType(type)) { return true; } return false; return hasApnType(type); } // Check whether the types of two APN same (even only one type of each APN is same). Loading Loading
telephony/java/android/telephony/data/ApnSetting.java +1 −4 Original line number Diff line number Diff line Loading @@ -1137,10 +1137,7 @@ public class ApnSetting implements Parcelable { return false; } // DEFAULT can handle HIPRI. if (hasApnType(type)) { return true; } return false; return hasApnType(type); } // Check whether the types of two APN same (even only one type of each APN is same). Loading