FileDocCategorySizeDatePackage
ConnectionService.javaAPI DocAndroid 5.1 API2357Sat Mar 14 14:10:02 GMT 2015android.telecom

ConnectionService

public abstract class ConnectionService extends android.app.Service

Fields Summary
public static final String
SERVICE_INTERFACE
Constructors Summary
public ConnectionService()

 throw new RuntimeException("Stub!"); 
Methods Summary
public final voidaddConference(android.telecom.Conference conference)

 throw new RuntimeException("Stub!"); 
public final voidaddExistingConnection(android.telecom.PhoneAccountHandle phoneAccountHandle, android.telecom.Connection connection)

 throw new RuntimeException("Stub!"); 
public final voidconferenceRemoteConnections(android.telecom.RemoteConnection remoteConnection1, android.telecom.RemoteConnection remoteConnection2)

 throw new RuntimeException("Stub!"); 
public final android.telecom.RemoteConnectioncreateRemoteIncomingConnection(android.telecom.PhoneAccountHandle connectionManagerPhoneAccount, android.telecom.ConnectionRequest request)

 throw new RuntimeException("Stub!"); 
public final android.telecom.RemoteConnectioncreateRemoteOutgoingConnection(android.telecom.PhoneAccountHandle connectionManagerPhoneAccount, android.telecom.ConnectionRequest request)

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

 throw new RuntimeException("Stub!"); 
public final android.os.IBinderonBind(android.content.Intent intent)

 throw new RuntimeException("Stub!"); 
public voidonConference(android.telecom.Connection connection1, android.telecom.Connection connection2)

 throw new RuntimeException("Stub!"); 
public android.telecom.ConnectiononCreateIncomingConnection(android.telecom.PhoneAccountHandle connectionManagerPhoneAccount, android.telecom.ConnectionRequest request)

 throw new RuntimeException("Stub!"); 
public android.telecom.ConnectiononCreateOutgoingConnection(android.telecom.PhoneAccountHandle connectionManagerPhoneAccount, android.telecom.ConnectionRequest request)

 throw new RuntimeException("Stub!"); 
public voidonRemoteConferenceAdded(android.telecom.RemoteConference conference)

 throw new RuntimeException("Stub!"); 
public voidonRemoteExistingConnectionAdded(android.telecom.RemoteConnection connection)

 throw new RuntimeException("Stub!"); 
public booleanonUnbind(android.content.Intent intent)

 throw new RuntimeException("Stub!");