From 52f6dffbb14584fc7b5114261a73756482a04e1c Mon Sep 17 00:00:00 2001 From: Malcolm Chen Date: Wed, 28 Nov 2018 11:15:57 -0800 Subject: [PATCH] Remove PARENT_SUB_ID since it's no longer needed. Bug: 120141126 Test: build and flash Change-Id: Ie482ba707ecb8b02d6c8f9e3b8bcdc30c835878e Merged-In: Ie482ba707ecb8b02d6c8f9e3b8bcdc30c835878e --- .../java/android/telephony/SubscriptionManager.java | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/telephony/java/android/telephony/SubscriptionManager.java b/telephony/java/android/telephony/SubscriptionManager.java index a7c6b84f3a53c..f8ada9b3a6245 100644 --- a/telephony/java/android/telephony/SubscriptionManager.java +++ b/telephony/java/android/telephony/SubscriptionManager.java @@ -567,13 +567,7 @@ public class SubscriptionManager { * @hide */ public static final String IS_OPPORTUNISTIC = "is_opportunistic"; - /** - * TelephonyProvider column name for subId of parent subscription of an opportunistic - * subscription. - * if the parent sub id is valid, then is_opportunistic should always to true. - * @hide - */ - public static final String PARENT_SUB_ID = "parent_sub_id"; + /** * TelephonyProvider column name for group ID. Subscriptions with same group ID * are considered bundled together, and should behave as a single subscription at @@ -582,12 +576,14 @@ public class SubscriptionManager { * @hide */ public static final String GROUP_UUID = "group_uuid"; + /** * TelephonyProvider column name for whether a subscription is metered or not, that is, whether * the network it connects to charges for subscription or not. For example, paid CBRS or unpaid. * @hide */ public static final String IS_METERED = "is_metered"; + /** * Broadcast Action: The user has changed one of the default subs related to * data, phone calls, or sms