FileDocCategorySizeDatePackage
Call.javaAPI DocAndroid 5.1 API5603Sat Mar 14 14:10:02 GMT 2015android.telecom

Call

public final class Call extends Object

Fields Summary
public static final int
STATE_ACTIVE
public static final int
STATE_CONNECTING
public static final int
STATE_DIALING
public static final int
STATE_DISCONNECTED
public static final int
STATE_DISCONNECTING
public static final int
STATE_HOLDING
public static final int
STATE_NEW
public static final int
STATE_PRE_DIAL_WAIT
public static final int
STATE_RINGING
Constructors Summary
Call()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddListener(android.telecom.Call$Listener listener)

 throw new RuntimeException("Stub!"); 
public voidanswer(int videoState)

 throw new RuntimeException("Stub!"); 
public voidconference(android.telecom.Call callToConferenceWith)

 throw new RuntimeException("Stub!"); 
public voiddisconnect()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetCannedTextResponses()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetChildren()

 throw new RuntimeException("Stub!"); 
public java.util.ListgetConferenceableCalls()

 throw new RuntimeException("Stub!"); 
public android.telecom.Call$DetailsgetDetails()

 throw new RuntimeException("Stub!"); 
public android.telecom.CallgetParent()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetRemainingPostDialSequence()

 throw new RuntimeException("Stub!"); 
public intgetState()

 throw new RuntimeException("Stub!"); 
public voidhold()

 throw new RuntimeException("Stub!"); 
public voidmergeConference()

 throw new RuntimeException("Stub!"); 
public voidphoneAccountSelected(android.telecom.PhoneAccountHandle accountHandle, boolean setDefault)

 throw new RuntimeException("Stub!"); 
public voidplayDtmfTone(char digit)

 throw new RuntimeException("Stub!"); 
public voidpostDialContinue(boolean proceed)

 throw new RuntimeException("Stub!"); 
public voidreject(boolean rejectWithMessage, java.lang.String textMessage)

 throw new RuntimeException("Stub!"); 
public voidremoveListener(android.telecom.Call$Listener listener)

 throw new RuntimeException("Stub!"); 
public voidsplitFromConference()

 throw new RuntimeException("Stub!"); 
public voidstopDtmfTone()

 throw new RuntimeException("Stub!"); 
public voidswapConference()

 throw new RuntimeException("Stub!"); 
public voidunhold()

 throw new RuntimeException("Stub!");