summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorEvan Charlton <evanc@google.com>2014-05-14 13:56:50 -0700
committerEvan Charlton <evanc@google.com>2014-05-14 15:05:47 -0700
commit0082e3302fcaef4a770b620cf03c23d618668f71 (patch)
tree0be435bb4c4132df5a6c5fbf085ed68975395cba /telephony/java/com
parent8f402c36cb48905034e6ab689f614f21e8766639 (diff)
downloadframeworks_base-0082e3302fcaef4a770b620cf03c23d618668f71.zip
frameworks_base-0082e3302fcaef4a770b620cf03c23d618668f71.tar.gz
frameworks_base-0082e3302fcaef4a770b620cf03c23d618668f71.tar.bz2
Remove obsolete ThirdPartyCall APIs
These should have been reverted long ago. Additional cleanup will need to happen, but this is a good first pass. Change-Id: I6d3c2919299c0a0b9714ffecd30da68e5c880b6a
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl25
1 files changed, 0 insertions, 25 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index 8e790cb..72398ad 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -410,31 +410,6 @@ interface ITelephony {
*/
boolean nvResetConfig(int resetType);
- /**
- * Inform the phone about a new incoming third party call. The phone will bind to the service
- * identified by component to handle the call.
- * @param component the component that should handle the intent.
- * @param callId the unique id of the call.
- * @param callerDisplayName the name shown to the user. Normally this will be the caller's phone
- * number.
- */
- void newIncomingThirdPartyCall(in ComponentName component, String callId,
- String callerDisplayName);
-
- /**
- * Obtain the current state of Wi-Fi calling.
- *
- * @see android.telephony.TelephonyManager.WifiCallingChoices
- */
- int getWhenToMakeWifiCalls();
-
- /**
- * Set the current state of Wi-Fi calling.
- *
- * @see android.telephony.TelephonyManager.WifiCallingChoices
- */
- void setWhenToMakeWifiCalls(int state);
-
/*
* Get the preferred network type.
* Used for device configuration by some CDMA operators.