summaryrefslogtreecommitdiff
path: root/telecomm
diff options
context:
space:
mode:
authorHall Liu <hallliu@google.com>2020-06-12 12:26:48 -0700
committerHall Liu <hallliu@google.com>2020-07-01 14:51:59 -0700
commitde99d04289f487ee2246c4eaf14cfc1cf0892f97 (patch)
tree56437d67f9dbcb8b53fbbbccc9edc88f98b82fe9 /telecomm
parent2f3b72b8efc65769ff44387fbbc14354fcee0f8e (diff)
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
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/TEST_MAPPING8
-rw-r--r--telecomm/java/com/android/internal/telecom/ITelecomService.aidl2
2 files changed, 10 insertions, 0 deletions
diff --git a/telecomm/TEST_MAPPING b/telecomm/TEST_MAPPING
index d58566673eec..c9903f9fa901 100644
--- a/telecomm/TEST_MAPPING
+++ b/telecomm/TEST_MAPPING
@@ -23,6 +23,14 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
+ },
+ {
+ "name": "CtsTelecomTestCases",
+ "options": [
+ {
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
+ }
+ ]
}
]
}
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);