FileDocCategorySizeDatePackage
RemoteConnection.javaAPI DocAndroid 5.1 API4243Sat Mar 14 14:10:04 GMT 2015android.telecom

RemoteConnection

public final class RemoteConnection extends Object

Fields Summary
Constructors Summary
RemoteConnection()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidabort()

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

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

 throw new RuntimeException("Stub!"); 
public android.net.UrigetAddress()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidregisterCallback(android.telecom.RemoteConnection$Callback callback)

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

 throw new RuntimeException("Stub!"); 
public voidsetAudioState(android.telecom.AudioState state)

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

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

 throw new RuntimeException("Stub!"); 
public voidunregisterCallback(android.telecom.RemoteConnection$Callback callback)

 throw new RuntimeException("Stub!");