summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-10-16 21:16:59 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-16 21:17:03 +0000
commitc913c2dec18519ae5b989f65b207c7b3fec2d0ef (patch)
tree023dfbfa91682db7bc7015e720714d8d3cc656f2 /telecomm/java/com
parent8150734faa7feb8547f369db949c1149663ae2ee (diff)
parentaf6732ef6f196bd0f455847b67b15fcfc2efa927 (diff)
downloadframeworks_base-c913c2dec18519ae5b989f65b207c7b3fec2d0ef.zip
frameworks_base-c913c2dec18519ae5b989f65b207c7b3fec2d0ef.tar.gz
frameworks_base-c913c2dec18519ae5b989f65b207c7b3fec2d0ef.tar.bz2
Merge "Revert "Add API method to extract subscription ID from phone account (1/3)"" into lmp-sprout-dev
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecom/ITelecomService.aidl10
1 files changed, 0 insertions, 10 deletions
diff --git a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
index 09ee1cb..f1cf885 100644
--- a/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
+++ b/telecomm/java/com/android/internal/telecom/ITelecomService.aidl
@@ -35,16 +35,6 @@ interface ITelecomService {
void showInCallScreen(boolean showDialpad);
/**
- * @see TelecomServiceImpl#getPhoneAccountIdForSubscriptionId
- */
- String getPhoneAccountIdForSubscriptionId(in long subscriptionId);
-
- /**
- * @see TelecomServiceImpl#getSubscriptionIdForPhoneAccount
- */
- long getSubscriptionIdForPhoneAccount(in PhoneAccountHandle account);
-
- /**
* @see TelecomServiceImpl#getDefaultOutgoingPhoneAccount
*/
PhoneAccountHandle getDefaultOutgoingPhoneAccount(in String uriScheme);