summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-10-16 21:08:39 +0000
committerNancy Chen <nancychen@google.com>2014-10-16 21:08:39 +0000
commitaf6732ef6f196bd0f455847b67b15fcfc2efa927 (patch)
treefad6903115a3571d332d4ba1cbdec3fb8f77f378 /telecomm/java/com
parentb0cad32c3cadd0387f6dcd82aade629e6f2f6bee (diff)
downloadframeworks_base-af6732ef6f196bd0f455847b67b15fcfc2efa927.zip
frameworks_base-af6732ef6f196bd0f455847b67b15fcfc2efa927.tar.gz
frameworks_base-af6732ef6f196bd0f455847b67b15fcfc2efa927.tar.bz2
Revert "Add API method to extract subscription ID from phone account (1/3)"
This reverts commit b0cad32c3cadd0387f6dcd82aade629e6f2f6bee. Change-Id: I54b6373ba0fc7d1ecc64c6ceedc7b371c7017cd8
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 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);