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

TelecomManager.java

package android.telecom;
public class TelecomManager
{
TelecomManager() { throw new RuntimeException("Stub!"); }
public  android.telecom.PhoneAccountHandle getDefaultOutgoingPhoneAccount(java.lang.String uriScheme) { throw new RuntimeException("Stub!"); }
public  android.telecom.PhoneAccountHandle getConnectionManager() { throw new RuntimeException("Stub!"); }
public  java.util.List<android.telecom.PhoneAccountHandle> getRegisteredConnectionManagers() { throw new RuntimeException("Stub!"); }
public  java.util.List<android.telecom.PhoneAccountHandle> getPhoneAccountsSupportingScheme(java.lang.String uriScheme) { throw new RuntimeException("Stub!"); }
public  boolean hasMultipleCallCapableAccounts() { throw new RuntimeException("Stub!"); }
public  java.util.List<android.telecom.PhoneAccountHandle> getPhoneAccountsForPackage() { throw new RuntimeException("Stub!"); }
public  android.telecom.PhoneAccount getPhoneAccount(android.telecom.PhoneAccountHandle account) { throw new RuntimeException("Stub!"); }
public  int getAllPhoneAccountsCount() { throw new RuntimeException("Stub!"); }
public  java.util.List<android.telecom.PhoneAccount> getAllPhoneAccounts() { throw new RuntimeException("Stub!"); }
public  java.util.List<android.telecom.PhoneAccountHandle> getAllPhoneAccountHandles() { throw new RuntimeException("Stub!"); }
public  void registerPhoneAccount(android.telecom.PhoneAccount account) { throw new RuntimeException("Stub!"); }
public  void unregisterPhoneAccount(android.telecom.PhoneAccountHandle accountHandle) { throw new RuntimeException("Stub!"); }
public  void clearAccounts() { throw new RuntimeException("Stub!"); }
public  android.content.ComponentName getDefaultPhoneApp() { throw new RuntimeException("Stub!"); }
public  boolean isVoiceMailNumber(android.telecom.PhoneAccountHandle accountHandle, java.lang.String number) { throw new RuntimeException("Stub!"); }
public  boolean hasVoiceMailNumber(android.telecom.PhoneAccountHandle accountHandle) { throw new RuntimeException("Stub!"); }
public  java.lang.String getLine1Number(android.telecom.PhoneAccountHandle accountHandle) { throw new RuntimeException("Stub!"); }
public  boolean isInCall() { throw new RuntimeException("Stub!"); }
public  int getCallState() { throw new RuntimeException("Stub!"); }
public  boolean isRinging() { throw new RuntimeException("Stub!"); }
public  boolean endCall() { throw new RuntimeException("Stub!"); }
public  void acceptRingingCall() { throw new RuntimeException("Stub!"); }
public  void silenceRinger() { throw new RuntimeException("Stub!"); }
public  boolean isTtySupported() { throw new RuntimeException("Stub!"); }
public  void addNewIncomingCall(android.telecom.PhoneAccountHandle phoneAccount, android.os.Bundle extras) { throw new RuntimeException("Stub!"); }
public  void addNewUnknownCall(android.telecom.PhoneAccountHandle phoneAccount, android.os.Bundle extras) { throw new RuntimeException("Stub!"); }
public  boolean handleMmi(java.lang.String dialString) { throw new RuntimeException("Stub!"); }
public  boolean handleMmi(android.telecom.PhoneAccountHandle accountHandle, java.lang.String dialString) { throw new RuntimeException("Stub!"); }
public  android.net.Uri getAdnUriForPhoneAccount(android.telecom.PhoneAccountHandle accountHandle) { throw new RuntimeException("Stub!"); }
public  void cancelMissedCallsNotification() { throw new RuntimeException("Stub!"); }
public  void showInCallScreen(boolean showDialpad) { throw new RuntimeException("Stub!"); }
public static final java.lang.String ACTION_CHANGE_PHONE_ACCOUNTS = "android.telecom.action.CHANGE_PHONE_ACCOUNTS";
public static final java.lang.String ACTION_CONNECTION_SERVICE_CONFIGURE = "android.telecom.action.CONNECTION_SERVICE_CONFIGURE";
public static final java.lang.String ACTION_SHOW_CALL_SETTINGS = "android.telecom.action.SHOW_CALL_SETTINGS";
public static final char DTMF_CHARACTER_PAUSE = 44;
public static final char DTMF_CHARACTER_WAIT = 59;
public static final java.lang.String EXTRA_CALL_BACK_NUMBER = "android.telecom.extra.CALL_BACK_NUMBER";
public static final java.lang.String EXTRA_CALL_DISCONNECT_CAUSE = "android.telecom.extra.CALL_DISCONNECT_CAUSE";
public static final java.lang.String EXTRA_CALL_DISCONNECT_MESSAGE = "android.telecom.extra.CALL_DISCONNECT_MESSAGE";
public static final java.lang.String EXTRA_CONNECTION_SERVICE = "android.telecom.extra.CONNECTION_SERVICE";
public static final java.lang.String EXTRA_INCOMING_CALL_EXTRAS = "android.telecom.extra.INCOMING_CALL_EXTRAS";
public static final java.lang.String EXTRA_OUTGOING_CALL_EXTRAS = "android.telecom.extra.OUTGOING_CALL_EXTRAS";
public static final java.lang.String EXTRA_PHONE_ACCOUNT_HANDLE = "android.telecom.extra.PHONE_ACCOUNT_HANDLE";
public static final java.lang.String EXTRA_START_CALL_WITH_SPEAKERPHONE = "android.telecom.extra.START_CALL_WITH_SPEAKERPHONE";
public static final java.lang.String GATEWAY_ORIGINAL_ADDRESS = "android.telecom.extra.GATEWAY_ORIGINAL_ADDRESS";
public static final java.lang.String GATEWAY_PROVIDER_PACKAGE = "android.telecom.extra.GATEWAY_PROVIDER_PACKAGE";
public static final int PRESENTATION_ALLOWED = 1;
public static final int PRESENTATION_PAYPHONE = 4;
public static final int PRESENTATION_RESTRICTED = 2;
public static final int PRESENTATION_UNKNOWN = 3;
}