summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/current.txt56
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 {