Loading telephony/java/android/telephony/SubscriptionManager.java +0 −8 Original line number Diff line number Diff line Loading @@ -568,14 +568,6 @@ public class SubscriptionManager { */ 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 Loading Loading
telephony/java/android/telephony/SubscriptionManager.java +0 −8 Original line number Diff line number Diff line Loading @@ -568,14 +568,6 @@ public class SubscriptionManager { */ 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 Loading