[automerge] SIM slot not available error code added to UpdateAvailableNetworksResult 2p: 4db56098fc

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17518065

Bug: 217250651
Change-Id: I4cfc386b0a424f8c9dd03f859d90da520c068ce5
This commit is contained in:
Avinash Malipatil
2022-04-06 00:53:49 +00:00
committed by Presubmit Automerger Backend

View File

@@ -14195,7 +14195,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 {}
/**
@@ -14253,6 +14254,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.
*