Merge "[Telephony] Store correct value for multi-sim case - DataEnabled" into sc-dev
This commit is contained in:
@@ -94,6 +94,6 @@ interface ITelephonyRegistry {
|
||||
void notifyBarringInfoChanged(int slotIndex, int subId, in BarringInfo barringInfo);
|
||||
void notifyPhysicalChannelConfigForSubscriber(in int subId,
|
||||
in List<PhysicalChannelConfig> configs);
|
||||
void notifyDataEnabled(boolean enabled, int reason);
|
||||
void notifyDataEnabled(in int phoneId, int subId, boolean enabled, int reason);
|
||||
void notifyAllowedNetworkTypesChanged(in int phoneId, in int subId, in Map allowedNetworkTypeList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user