[Telephony] Implement onDataEnabled callback
Bug: 147577230 Test: atest CtsTelephonyTestCases:PhoneStateListenerTest Change-Id: I1b9fe50e4b805f5117fb6e03438dd0a09fbcfebc Merged-In: I1b9fe50e4b805f5117fb6e03438dd0a09fbcfebc
This commit is contained in:
@@ -93,5 +93,5 @@ 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user