summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSailesh Nepal <sail@google.com>2014-02-18 17:02:37 -0800
committerSailesh Nepal <sail@google.com>2014-02-18 17:04:10 -0800
commitf86a9221a448178f4760192f082f3701ac487a47 (patch)
tree160c49d0c8cf7940f078999577e05812268c11ad /api
parent5441745effb885589c03050b59885e8a3ad96ad6 (diff)
downloadframeworks_base-f86a9221a448178f4760192f082f3701ac487a47.zip
frameworks_base-f86a9221a448178f4760192f082f3701ac487a47.tar.gz
frameworks_base-f86a9221a448178f4760192f082f3701ac487a47.tar.bz2
Delete Third Party Call APIs
Change-Id: I6121c53362804a228e0316a1666b5032817530ab
Diffstat (limited to 'api')
-rw-r--r--api/current.txt44
1 files changed, 0 insertions, 44 deletions
diff --git a/api/current.txt b/api/current.txt
index 7bd2e8a..8311ffc 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -24570,32 +24570,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);
- }
-
- 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 {
@@ -34079,24 +34053,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) throws android.os.RemoteException;
- }
-
-}
-
package com.android.internal.util {
public abstract interface Predicate {