Merge changes from topic "ons-sim-port" into tm-mainline-prod

* changes:
  [automerge] SIM slot not available error code added to UpdateAvailableNetworksResult 2p: 4db56098fc
  SIM slot not available error code added to UpdateAvailableNetworksResult
This commit is contained in:
TreeHugger Robot
2022-04-12 09:49:48 +00:00
committed by Android (Google) Code Review

View File

@@ -14199,7 +14199,8 @@ public class TelephonyManager {
UPDATE_AVAILABLE_NETWORKS_MULTIPLE_NETWORKS_NOT_SUPPORTED,
UPDATE_AVAILABLE_NETWORKS_NO_OPPORTUNISTIC_SUB_AVAILABLE,
UPDATE_AVAILABLE_NETWORKS_REMOTE_SERVICE_EXCEPTION,
UPDATE_AVAILABLE_NETWORKS_SERVICE_IS_DISABLED})
UPDATE_AVAILABLE_NETWORKS_SERVICE_IS_DISABLED,
UPDATE_AVAILABLE_NETWORKS_SIM_PORT_NOT_AVAILABLE})
public @interface UpdateAvailableNetworksResult {}
/**
@@ -14257,6 +14258,12 @@ public class TelephonyManager {
*/
public static final int UPDATE_AVAILABLE_NETWORKS_SERVICE_IS_DISABLED = 10;
/**
* SIM port is not available to switch to opportunistic subscription.
* @hide
*/
public static final int UPDATE_AVAILABLE_NETWORKS_SIM_PORT_NOT_AVAILABLE = 11;
/**
* Set preferred opportunistic data subscription id.
*