Merge "Added command line tool to enable/disable new data stack"

This commit is contained in:
Treehugger Robot
2022-04-01 20:40:00 +00:00
committed by Gerrit Code Review

View File

@@ -2556,4 +2556,7 @@ interface ITelephony {
* for the slot, or {@code null} if none is resolved * for the slot, or {@code null} if none is resolved
*/ */
String getCarrierServicePackageNameForLogicalSlot(int logicalSlotIndex); String getCarrierServicePackageNameForLogicalSlot(int logicalSlotIndex);
/** Check if telephony new data stack is enabled. */
boolean isUsingNewDataStack();
} }