Merge "[Telephony] Implement onDataEnabled callback" am: c8057ecd1c
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1608055 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iac56b19c16cfa22f833fdff5cac79002f1030e06
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