diff options
author | Tyler Gunn <tgunn@google.com> | 2021-03-02 21:33:02 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-02 21:33:02 +0000 |
commit | c90335033b3d20ddbac92c76b8e1d49150517f4b (patch) | |
tree | a1f0346c4a88420927f1a408360c93b43e1bbdc6 /telecomm/java/com/android/internal/telecom/ITelecomService.aidl | |
parent | 1e21d8530b5ff5c266e278115c5bd901f502c566 (diff) | |
parent | d582184178c1c68aa67bbc82d82f6a2c498e684b (diff) |
Merge "CallDiagnosticService API"
Diffstat (limited to 'telecomm/java/com/android/internal/telecom/ITelecomService.aidl')
-rw-r--r-- | telecomm/java/com/android/internal/telecom/ITelecomService.aidl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl index 5afac2ec239a..0d190d89645a 100644 --- a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl +++ b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl @@ -351,4 +351,8 @@ interface ITelecomService { */ void setTestDefaultDialer(in String packageName); + /** + * @see TelecomServiceImpl#setTestCallDiagnosticService + */ + void setTestCallDiagnosticService(in String packageName); } |