From af6732ef6f196bd0f455847b67b15fcfc2efa927 Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Thu, 16 Oct 2014 21:08:39 +0000 Subject: Revert "Add API method to extract subscription ID from phone account (1/3)" This reverts commit b0cad32c3cadd0387f6dcd82aade629e6f2f6bee. Change-Id: I54b6373ba0fc7d1ecc64c6ceedc7b371c7017cd8 --- .../java/com/android/internal/telecom/ITelecomService.aidl | 10 ---------- 1 file changed, 10 deletions(-) (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 8c78673..feb09d5 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); -- cgit v1.1