summaryrefslogtreecommitdiff
path: root/telephony/api
diff options
context:
space:
mode:
authorNathan Harold <nharold@google.com>2020-05-19 10:51:09 -0700
committerNathan Harold <nharold@google.com>2020-10-12 15:11:59 -0700
commit1ebbc47c0e02f92f8c711ac7ceb85bb373c42dba (patch)
tree6ef9f713e32b93f262c44a760031036bfc23c3a6 /telephony/api
parente842db35487d4bb5ceb909c8f6024f8b80abec32 (diff)
Expose MmTelCapabilities#isCapable() as Public API
Expose the MmTelCapabilities#isCapable() API to complete a chain of APIs exposed for debuggability in Android RVC. Without this API, there is no (public) way for a caller that receives a capability callback to determine whether a particular MMTel feature is enabled for a particular IMS Connection. Bug: 156107100 Test: make update-api && make offline-sdk-docs && make Test: cts - ImsServiceTest#testCapabilityStatusCallback() Merged-In: I0a0d72897112460370e6981ae33cef4da6e3ce4b Change-Id: I0a0d72897112460370e6981ae33cef4da6e3ce4b (cherry picked from commit 21157d56a92672c4916a9d6877718b48f0e6ca0d)
Diffstat (limited to 'telephony/api')
-rw-r--r--telephony/api/system-current.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/telephony/api/system-current.txt b/telephony/api/system-current.txt
index ddc608413db8..85d598543676 100644
--- a/telephony/api/system-current.txt
+++ b/telephony/api/system-current.txt
@@ -1722,7 +1722,6 @@ package android.telephony.ims.feature {
ctor @Deprecated public MmTelFeature.MmTelCapabilities(android.telephony.ims.feature.ImsFeature.Capabilities);
ctor public MmTelFeature.MmTelCapabilities(int);
method public final void addCapabilities(int);
- method public final boolean isCapable(int);
method public final void removeCapabilities(int);
}