diff options
author | 2025-01-23 20:04:20 +0000 | |
---|---|---|
committer | 2025-01-23 20:04:20 +0000 | |
commit | 8579cabbe07fa0aaf03beef364131569691a8db4 (patch) | |
tree | f03213f1dba028f47798304ff769960b9fb1ab51 /telecomm | |
parent | 966324dff306c26e6a55b04e776d90cb443aa1ee (diff) |
Add telecom commands to support metrics test mode
Flag: com.android.server.telecom.flags.telecom_metrics_support
Bug: 391905002
Test: manual
Test: atest TelecomUnitTests
Change-Id: I7172e9e730150ec70346cbb48914cc450a92fe6a
Diffstat (limited to 'telecomm')
-rw-r--r-- | telecomm/java/com/android/internal/telecom/ITelecomService.aidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl index b32379ae4b1e..4d9df4666016 100644 --- a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl +++ b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl @@ -415,4 +415,5 @@ interface ITelecomService { */ boolean hasForegroundServiceDelegation(in PhoneAccountHandle phoneAccountHandle, String callingPackage); + void setMetricsTestMode(boolean enabled); } |