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:
Zoey Chen
2021-02-26 09:47:40 +00:00
committed by Automerger Merge Worker
3 changed files with 59 additions and 43 deletions

View File

@@ -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);
}