summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-06-19 22:26:34 +0000
committerYorke Lee <yorkelee@google.com>2014-06-20 10:05:17 -0700
commitcf9bc5e76d5ecb7e7b8ab3239035217dd93ddc8c (patch)
tree00762c528f8548f284d49a15254b5b6e5f155ccd /telecomm/java/com
parenteff9661b2a6ca3e80b7fa8be7915b661ace15069 (diff)
downloadframeworks_base-cf9bc5e76d5ecb7e7b8ab3239035217dd93ddc8c.zip
frameworks_base-cf9bc5e76d5ecb7e7b8ab3239035217dd93ddc8c.tar.gz
frameworks_base-cf9bc5e76d5ecb7e7b8ab3239035217dd93ddc8c.tar.bz2
Revert "Add ability to set and get DefaultPhoneApplication"
This reverts commit 8bdb1ff3279ab9fde0499231580c76dc2533f3c4. Change-Id: Idc6d64820c23a650e5f0113ed8ff0860c61ea6af
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecomm/ITelecommService.aidl6
1 files changed, 0 insertions, 6 deletions
diff --git a/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl b/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
index dc2b869..c758c6d 100644
--- a/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
+++ b/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
@@ -17,7 +17,6 @@
package com.android.internal.telecomm;
import android.telecomm.Subscription;
-import android.content.ComponentName;
/**
* Interface used to interact with Telecomm. Mostly this is used by TelephonyManager for passing
@@ -43,11 +42,6 @@ interface ITelecommService {
void showCallScreen(boolean showDialpad);
/**
- * Returns the component name of the phone application installed on the system partition.
- */
- ComponentName getSystemPhoneApplication();
-
- /**
* Gets a list of Subscriptions.
*/
List<Subscription> getSubscriptions();