Loading services/core/java/com/android/server/location/gnss/GnssNetworkConnectivityHandler.java +17 −19 Original line number Diff line number Diff line Loading @@ -612,7 +612,6 @@ class GnssNetworkConnectivityHandler { networkRequestBuilder.addCapability(getNetworkCapability(mAGpsType)); networkRequestBuilder.addTransportType(NetworkCapabilities.TRANSPORT_CELLULAR); if (com.android.internal.telephony.flags.Flags.satelliteInternet()) { // Add transport type NetworkCapabilities.TRANSPORT_SATELLITE on satellite network. TelephonyManager telephonyManager = mContext.getSystemService(TelephonyManager.class); if (telephonyManager != null) { Loading @@ -633,7 +632,6 @@ class GnssNetworkConnectivityHandler { } } } } // During an emergency call, and when we have cached the Active Sub Id, we set the // Network Specifier so that the network request goes to the correct Sub Id Loading Loading
services/core/java/com/android/server/location/gnss/GnssNetworkConnectivityHandler.java +17 −19 Original line number Diff line number Diff line Loading @@ -612,7 +612,6 @@ class GnssNetworkConnectivityHandler { networkRequestBuilder.addCapability(getNetworkCapability(mAGpsType)); networkRequestBuilder.addTransportType(NetworkCapabilities.TRANSPORT_CELLULAR); if (com.android.internal.telephony.flags.Flags.satelliteInternet()) { // Add transport type NetworkCapabilities.TRANSPORT_SATELLITE on satellite network. TelephonyManager telephonyManager = mContext.getSystemService(TelephonyManager.class); if (telephonyManager != null) { Loading @@ -633,7 +632,6 @@ class GnssNetworkConnectivityHandler { } } } } // During an emergency call, and when we have cached the Active Sub Id, we set the // Network Specifier so that the network request goes to the correct Sub Id Loading