From f86a9221a448178f4760192f082f3701ac487a47 Mon Sep 17 00:00:00 2001 From: Sailesh Nepal <sail@google.com> Date: Tue, 18 Feb 2014 17:02:37 -0800 Subject: Delete Third Party Call APIs Change-Id: I6121c53362804a228e0316a1666b5032817530ab --- api/current.txt | 44 -------------------------------------------- 1 file changed, 44 deletions(-) (limited to 'api') 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 { -- cgit v1.1