Loading core/java/android/provider/Telephony.java +7 −0 Original line number Diff line number Diff line Loading @@ -4820,5 +4820,12 @@ public final class Telephony { * @hide */ public static final String COLUMN_USAGE_SETTING = "usage_setting"; /** * TelephonyProvider column name for user handle associated with this sim. * * @hide */ public static final String COLUMN_USER_HANDLE = "user_handle"; } } telephony/java/android/telephony/SubscriptionManager.java +7 −0 Original line number Diff line number Diff line Loading @@ -1071,6 +1071,13 @@ public class SubscriptionManager { public static final String ALLOWED_NETWORK_TYPES = SimInfo.COLUMN_ALLOWED_NETWORK_TYPES_FOR_REASONS; /** * TelephonyProvider column name for user handle associated with a sim. * <P>Type: INTEGER (int)</P> * @hide */ public static final String USER_HANDLE = SimInfo.COLUMN_USER_HANDLE; /** @hide */ @Retention(RetentionPolicy.SOURCE) @IntDef(prefix = {"USAGE_SETTING_"}, Loading Loading
core/java/android/provider/Telephony.java +7 −0 Original line number Diff line number Diff line Loading @@ -4820,5 +4820,12 @@ public final class Telephony { * @hide */ public static final String COLUMN_USAGE_SETTING = "usage_setting"; /** * TelephonyProvider column name for user handle associated with this sim. * * @hide */ public static final String COLUMN_USER_HANDLE = "user_handle"; } }
telephony/java/android/telephony/SubscriptionManager.java +7 −0 Original line number Diff line number Diff line Loading @@ -1071,6 +1071,13 @@ public class SubscriptionManager { public static final String ALLOWED_NETWORK_TYPES = SimInfo.COLUMN_ALLOWED_NETWORK_TYPES_FOR_REASONS; /** * TelephonyProvider column name for user handle associated with a sim. * <P>Type: INTEGER (int)</P> * @hide */ public static final String USER_HANDLE = SimInfo.COLUMN_USER_HANDLE; /** @hide */ @Retention(RetentionPolicy.SOURCE) @IntDef(prefix = {"USAGE_SETTING_"}, Loading