diff options
author | Evan Charlton <evanc@google.com> | 2014-05-14 13:56:50 -0700 |
---|---|---|
committer | Evan Charlton <evanc@google.com> | 2014-05-14 15:05:47 -0700 |
commit | 0082e3302fcaef4a770b620cf03c23d618668f71 (patch) | |
tree | 0be435bb4c4132df5a6c5fbf085ed68975395cba /api | |
parent | 8f402c36cb48905034e6ab689f614f21e8766639 (diff) | |
download | frameworks_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 'api')
-rw-r--r-- | api/current.txt | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/api/current.txt b/api/current.txt index 51c6527..033e395 100644 --- a/api/current.txt +++ b/api/current.txt @@ -27075,15 +27075,12 @@ package android.telephony { method public java.lang.String getSubscriberId(); method public java.lang.String getVoiceMailAlphaTag(); method public java.lang.String getVoiceMailNumber(); - method public int getWhenToMakeWifiCalls(); method public boolean hasIccCard(); method public boolean iccCloseLogicalChannel(int); method public int iccOpenLogicalChannel(java.lang.String); method public java.lang.String iccTransmitApduLogicalChannel(int, int, int, int, int, int, java.lang.String); method public boolean isNetworkRoaming(); method public void listen(android.telephony.PhoneStateListener, int); - method public void newIncomingThirdPartyCall(android.content.ComponentName, java.lang.String, java.lang.String); - method public java.lang.String sendEnvelope(java.lang.String); field public static final java.lang.String ACTION_PHONE_STATE_CHANGED = "android.intent.action.PHONE_STATE"; field public static final java.lang.String ACTION_RESPOND_VIA_MESSAGE = "android.intent.action.RESPOND_VIA_MESSAGE"; field public static final int CALL_STATE_IDLE = 0; // 0x0 @@ -27131,37 +27128,6 @@ package android.telephony { field public static final int SIM_STATE_UNKNOWN = 0; // 0x0 } - public class ThirdPartyCallListener { - ctor public ThirdPartyCallListener(com.android.internal.telephony.IThirdPartyCallListener); - method public void onCallEnded(int); - method public void onCallEstablished(); - method public void onCallProviderAttached(android.telephony.ThirdPartyCallProvider); - method public void onRingingStarted(); - field public static final int CALL_END_INCOMING_MISSED = 2; // 0x2 - field public static final int CALL_END_NORMAL = 1; // 0x1 - field public static final int CALL_END_OTHER = 3; // 0x3 - } - - public class ThirdPartyCallProvider { - ctor public ThirdPartyCallProvider(); - method public void hangup(); - method public void incomingCallAccept(); - method public void mute(boolean); - method public void sendDtmf(char, android.telephony.ThirdPartyCallSendDtmfCallback); - } - - public class ThirdPartyCallSendDtmfCallback { - ctor public ThirdPartyCallSendDtmfCallback(com.android.internal.telephony.IThirdPartyCallSendDtmfCallback); - method public void onSendDtmfCompleted(); - } - - public class ThirdPartyCallService { - ctor public ThirdPartyCallService(); - method public android.os.IBinder getBinder(); - method public void incomingCallAttach(android.telephony.ThirdPartyCallListener, java.lang.String); - method public void outgoingCallInitiate(android.telephony.ThirdPartyCallListener, java.lang.String); - } - } package android.telephony.cdma { @@ -37090,28 +37056,6 @@ package android.widget { } -package com.android.internal.telephony { - - public abstract interface IThirdPartyCallListener implements android.os.IInterface { - method public abstract void onCallEnded(int) throws android.os.RemoteException; - method public abstract void onCallEstablished() throws android.os.RemoteException; - method public abstract void onCallProviderAttached(com.android.internal.telephony.IThirdPartyCallProvider) throws android.os.RemoteException; - method public abstract void onRingingStarted() throws android.os.RemoteException; - } - - public abstract interface IThirdPartyCallProvider implements android.os.IInterface { - method public abstract void hangup() throws android.os.RemoteException; - method public abstract void incomingCallAccept() throws android.os.RemoteException; - method public abstract void mute(boolean) throws android.os.RemoteException; - method public abstract void sendDtmf(char, com.android.internal.telephony.IThirdPartyCallSendDtmfCallback) throws android.os.RemoteException; - } - - public abstract interface IThirdPartyCallSendDtmfCallback implements android.os.IInterface { - method public abstract void onSendDtmfCompleted() throws android.os.RemoteException; - } - -} - package com.android.internal.util { public abstract interface Predicate { |