summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-10-17 00:05:36 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-17 00:05:36 +0000
commitdf385fffe822a7854fb7ce9c5e46ee007646c89e (patch)
treedd2a7d15482c8a534b5853c3f429e9ec1f841000 /telecomm/java/com/android/internal/telecom/ITelecomService.aidl
parent11bac0ed21e67c2282ae6fff38ed026e904571d4 (diff)
parenta6a1c52f58f24194de2665bb922577a9d7f6dccf (diff)
downloadframeworks_base-df385fffe822a7854fb7ce9c5e46ee007646c89e.zip
frameworks_base-df385fffe822a7854fb7ce9c5e46ee007646c89e.tar.gz
frameworks_base-df385fffe822a7854fb7ce9c5e46ee007646c89e.tar.bz2
am a6a1c52f: Merge "Use Telecom API for checking if a number is voicemail (1/2)" into lmp-sprout-dev
* commit 'a6a1c52f58f24194de2665bb922577a9d7f6dccf': Use Telecom API for checking if a number is voicemail (1/2)
Diffstat (limited to 'telecomm/java/com/android/internal/telecom/ITelecomService.aidl')
-rw-r--r--telecomm/java/com/android/internal/telecom/ITelecomService.aidl5
1 files changed, 5 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
index f1cf885..91f44b9 100644
--- a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
+++ b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
@@ -115,6 +115,11 @@ interface ITelecomService {
void clearAccounts(String packageName);
/**
+ * @see TelecomServiceImpl#isVoiceMailNumber
+ */
+ boolean isVoiceMailNumber(in PhoneAccountHandle accountHandle, String number);
+
+ /**
* @see TelecomServiceImpl#getDefaultPhoneApp
*/
ComponentName getDefaultPhoneApp();