From de99d04289f487ee2246c4eaf14cfc1cf0892f97 Mon Sep 17 00:00:00 2001 From: Hall Liu Date: Fri, 12 Jun 2020 12:26:48 -0700 Subject: Run CtsTelecomTestCases in presubmit Run Telecom CTS in presubmit, and include a few fixes to prevent flakiness in said presubmit. Fixes: 158798240 Test: presubmit Change-Id: I9b9e2f2604615e93301bc83be7c3545c6f80cb9c --- telecomm/java/com/android/internal/telecom/ITelecomService.aidl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'telecomm/java/com') diff --git a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl index 0965249cdad3..19cb7f453fe2 100644 --- a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl +++ b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl @@ -322,6 +322,8 @@ interface ITelecomService { */ void handleCallIntent(in Intent intent, in String callingPackageProxy); + void cleanupStuckCalls(); + void setTestDefaultCallRedirectionApp(String packageName); void setTestPhoneAcctSuggestionComponent(String flattenedComponentName); -- cgit v1.2.3-59-g8ed1b