Loading src/java/com/android/internal/telephony/dataconnection/DcTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -3190,7 +3190,7 @@ public class DcTracker extends Handler { // ORDER BY Telephony.Carriers._ID ("_id") Cursor cursor = mPhone.getContext().getContentResolver().query( Uri.withAppendedPath(Telephony.Carriers.SIM_APN_LIST, "filtered/subId/" Uri.withAppendedPath(Telephony.Carriers.SIM_APN_URI, "filtered/subId/" + mPhone.getSubId()), null, null, null, Telephony.Carriers._ID); if (cursor != null) { Loading tests/telephonytests/src/com/android/internal/telephony/dataconnection/DcTrackerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ public class DcTrackerTest extends TelephonyTest { || uri.toString().startsWith(Uri.withAppendedPath( Telephony.Carriers.CONTENT_URI, "filtered").toString()) || uri.toString().startsWith(Uri.withAppendedPath( Telephony.Carriers.SIM_APN_LIST, "filtered").toString())) { Telephony.Carriers.SIM_APN_URI, "filtered").toString())) { if (projection == null) { logd("Query '" + FAKE_PLMN + "' APN settings"); Loading Loading
src/java/com/android/internal/telephony/dataconnection/DcTracker.java +1 −1 Original line number Diff line number Diff line Loading @@ -3190,7 +3190,7 @@ public class DcTracker extends Handler { // ORDER BY Telephony.Carriers._ID ("_id") Cursor cursor = mPhone.getContext().getContentResolver().query( Uri.withAppendedPath(Telephony.Carriers.SIM_APN_LIST, "filtered/subId/" Uri.withAppendedPath(Telephony.Carriers.SIM_APN_URI, "filtered/subId/" + mPhone.getSubId()), null, null, null, Telephony.Carriers._ID); if (cursor != null) { Loading
tests/telephonytests/src/com/android/internal/telephony/dataconnection/DcTrackerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ public class DcTrackerTest extends TelephonyTest { || uri.toString().startsWith(Uri.withAppendedPath( Telephony.Carriers.CONTENT_URI, "filtered").toString()) || uri.toString().startsWith(Uri.withAppendedPath( Telephony.Carriers.SIM_APN_LIST, "filtered").toString())) { Telephony.Carriers.SIM_APN_URI, "filtered").toString())) { if (projection == null) { logd("Query '" + FAKE_PLMN + "' APN settings"); Loading