Merge "Add user handle in SimInfo database." am: 15bc01b949

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

Change-Id: Id7d969863c7814f0b981866caeb7b42a2f160f06
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-01-11 02:48:03 +00:00
committed by Automerger Merge Worker
2 changed files with 14 additions and 0 deletions

View File

@@ -4815,5 +4815,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";
}
}

View File

@@ -1048,6 +1048,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_"},