FileDocCategorySizeDatePackage
TelecomManager.javaAPI DocAndroid 5.1 API5302Sat Mar 14 14:10:04 GMT 2015android.telecom

TelecomManager

public class TelecomManager extends Object

Fields Summary
public static final String
ACTION_CHANGE_PHONE_ACCOUNTS
public static final String
ACTION_CONNECTION_SERVICE_CONFIGURE
public static final String
ACTION_SHOW_CALL_SETTINGS
public static final char
DTMF_CHARACTER_PAUSE
public static final char
DTMF_CHARACTER_WAIT
public static final String
EXTRA_CALL_BACK_NUMBER
public static final String
EXTRA_CALL_DISCONNECT_CAUSE
public static final String
EXTRA_CALL_DISCONNECT_MESSAGE
public static final String
EXTRA_CONNECTION_SERVICE
public static final String
EXTRA_INCOMING_CALL_EXTRAS
public static final String
EXTRA_OUTGOING_CALL_EXTRAS
public static final String
EXTRA_PHONE_ACCOUNT_HANDLE
public static final String
EXTRA_START_CALL_WITH_SPEAKERPHONE
public static final String
GATEWAY_ORIGINAL_ADDRESS
public static final String
GATEWAY_PROVIDER_PACKAGE
public static final int
PRESENTATION_ALLOWED
public static final int
PRESENTATION_PAYPHONE
public static final int
PRESENTATION_RESTRICTED
public static final int
PRESENTATION_UNKNOWN
Constructors Summary
TelecomManager()

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

 throw new RuntimeException("Stub!"); 
public voidaddNewIncomingCall(android.telecom.PhoneAccountHandle phoneAccount, android.os.Bundle extras)

 throw new RuntimeException("Stub!"); 
public voidaddNewUnknownCall(android.telecom.PhoneAccountHandle phoneAccount, android.os.Bundle extras)

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

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

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

 throw new RuntimeException("Stub!"); 
public android.net.UrigetAdnUriForPhoneAccount(android.telecom.PhoneAccountHandle accountHandle)

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public android.telecom.PhoneAccountHandlegetDefaultOutgoingPhoneAccount(java.lang.String uriScheme)

 throw new RuntimeException("Stub!"); 
public android.content.ComponentNamegetDefaultPhoneApp()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetLine1Number(android.telecom.PhoneAccountHandle accountHandle)

 throw new RuntimeException("Stub!"); 
public android.telecom.PhoneAccountgetPhoneAccount(android.telecom.PhoneAccountHandle account)

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

 throw new RuntimeException("Stub!"); 
public java.util.ListgetPhoneAccountsSupportingScheme(java.lang.String uriScheme)

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

 throw new RuntimeException("Stub!"); 
public booleanhandleMmi(java.lang.String dialString)

 throw new RuntimeException("Stub!"); 
public booleanhandleMmi(android.telecom.PhoneAccountHandle accountHandle, java.lang.String dialString)

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

 throw new RuntimeException("Stub!"); 
public booleanhasVoiceMailNumber(android.telecom.PhoneAccountHandle accountHandle)

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

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

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

 throw new RuntimeException("Stub!"); 
public booleanisVoiceMailNumber(android.telecom.PhoneAccountHandle accountHandle, java.lang.String number)

 throw new RuntimeException("Stub!"); 
public voidregisterPhoneAccount(android.telecom.PhoneAccount account)

 throw new RuntimeException("Stub!"); 
public voidshowInCallScreen(boolean showDialpad)

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

 throw new RuntimeException("Stub!"); 
public voidunregisterPhoneAccount(android.telecom.PhoneAccountHandle accountHandle)

 throw new RuntimeException("Stub!");