Loading core/java/android/service/carrier/CarrierService.java +2 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,8 @@ import com.android.internal.telephony.ITelephonyRegistry; * To extend this class, you must declare the service in your manifest file to require the * {@link android.Manifest.permission#BIND_CARRIER_SERVICES} permission and include an intent * filter with the {@link #CARRIER_SERVICE_INTERFACE}. If the service should have a long-lived * binding, set android.service.carrier.LONG_LIVED_BINDING to true in the service's metadata. * For example: * binding, set <code>android.service.carrier.LONG_LIVED_BINDING</code> to <code>true</code> in the * service's metadata. For example: * </p> * * <pre>{@code Loading telephony/java/android/telephony/CarrierConfigManager.java +5 −5 Original line number Diff line number Diff line Loading @@ -300,10 +300,10 @@ public class CarrierConfigManager { * If true all networks are considered as home network a.k.a non-roaming. When false, * the 2 pairs of CMDA and GSM roaming/non-roaming arrays are consulted. * * @see KEY_GSM_ROAMING_NETWORKS_STRING_ARRAY * @see KEY_GSM_NONROAMING_NETWORKS_STRING_ARRAY * @see KEY_CDMA_ROAMING_NETWORKS_STRING_ARRAY * @see KEY_CDMA_NONROAMING_NETWORKS_STRING_ARRAY * @see #KEY_GSM_ROAMING_NETWORKS_STRING_ARRAY * @see #KEY_GSM_NONROAMING_NETWORKS_STRING_ARRAY * @see #KEY_CDMA_ROAMING_NETWORKS_STRING_ARRAY * @see #KEY_CDMA_NONROAMING_NETWORKS_STRING_ARRAY */ public static final String KEY_FORCE_HOME_NETWORK_BOOL = "force_home_network_bool"; Loading Loading @@ -2059,7 +2059,7 @@ public class CarrierConfigManager { * {@link android.service.carrier.CarrierService#onLoadConfig} will be called from an * arbitrary thread. * </p> * @see #hasCarrierPrivileges * @see TelephonyManager#hasCarrierPrivileges */ public void notifyConfigChangedForSubId(int subId) { try { Loading Loading
core/java/android/service/carrier/CarrierService.java +2 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,8 @@ import com.android.internal.telephony.ITelephonyRegistry; * To extend this class, you must declare the service in your manifest file to require the * {@link android.Manifest.permission#BIND_CARRIER_SERVICES} permission and include an intent * filter with the {@link #CARRIER_SERVICE_INTERFACE}. If the service should have a long-lived * binding, set android.service.carrier.LONG_LIVED_BINDING to true in the service's metadata. * For example: * binding, set <code>android.service.carrier.LONG_LIVED_BINDING</code> to <code>true</code> in the * service's metadata. For example: * </p> * * <pre>{@code Loading
telephony/java/android/telephony/CarrierConfigManager.java +5 −5 Original line number Diff line number Diff line Loading @@ -300,10 +300,10 @@ public class CarrierConfigManager { * If true all networks are considered as home network a.k.a non-roaming. When false, * the 2 pairs of CMDA and GSM roaming/non-roaming arrays are consulted. * * @see KEY_GSM_ROAMING_NETWORKS_STRING_ARRAY * @see KEY_GSM_NONROAMING_NETWORKS_STRING_ARRAY * @see KEY_CDMA_ROAMING_NETWORKS_STRING_ARRAY * @see KEY_CDMA_NONROAMING_NETWORKS_STRING_ARRAY * @see #KEY_GSM_ROAMING_NETWORKS_STRING_ARRAY * @see #KEY_GSM_NONROAMING_NETWORKS_STRING_ARRAY * @see #KEY_CDMA_ROAMING_NETWORKS_STRING_ARRAY * @see #KEY_CDMA_NONROAMING_NETWORKS_STRING_ARRAY */ public static final String KEY_FORCE_HOME_NETWORK_BOOL = "force_home_network_bool"; Loading Loading @@ -2059,7 +2059,7 @@ public class CarrierConfigManager { * {@link android.service.carrier.CarrierService#onLoadConfig} will be called from an * arbitrary thread. * </p> * @see #hasCarrierPrivileges * @see TelephonyManager#hasCarrierPrivileges */ public void notifyConfigChangedForSubId(int subId) { try { Loading