Loading src/java/com/android/internal/telephony/SubscriptionController.java +2 −0 Original line number Diff line number Diff line Loading @@ -3074,6 +3074,7 @@ public class SubscriptionController extends ISub.Stub { case SubscriptionManager.WFC_IMS_ROAMING_ENABLED: case SubscriptionManager.IMS_RCS_UCE_ENABLED: case SubscriptionManager.CROSS_SIM_CALLING_ENABLED: case SubscriptionManager.VOIMS_OPT_IN_STATUS: value.put(propKey, Integer.parseInt(propValue)); break; case SubscriptionManager.ALLOWED_NETWORK_TYPES: Loading Loading @@ -3152,6 +3153,7 @@ public class SubscriptionController extends ISub.Stub { case SubscriptionManager.DATA_ENABLED_OVERRIDE_RULES: case SubscriptionManager.ALLOWED_NETWORK_TYPES: case SubscriptionManager.D2D_STATUS_SHARING: case SubscriptionManager.VOIMS_OPT_IN_STATUS: resultValue = cursor.getString(0); break; default: Loading Loading
src/java/com/android/internal/telephony/SubscriptionController.java +2 −0 Original line number Diff line number Diff line Loading @@ -3074,6 +3074,7 @@ public class SubscriptionController extends ISub.Stub { case SubscriptionManager.WFC_IMS_ROAMING_ENABLED: case SubscriptionManager.IMS_RCS_UCE_ENABLED: case SubscriptionManager.CROSS_SIM_CALLING_ENABLED: case SubscriptionManager.VOIMS_OPT_IN_STATUS: value.put(propKey, Integer.parseInt(propValue)); break; case SubscriptionManager.ALLOWED_NETWORK_TYPES: Loading Loading @@ -3152,6 +3153,7 @@ public class SubscriptionController extends ISub.Stub { case SubscriptionManager.DATA_ENABLED_OVERRIDE_RULES: case SubscriptionManager.ALLOWED_NETWORK_TYPES: case SubscriptionManager.D2D_STATUS_SHARING: case SubscriptionManager.VOIMS_OPT_IN_STATUS: resultValue = cursor.getString(0); break; default: Loading