com/android/server/telecom/TelecomShellCommand.class
TelecomShellCommand.java package com.android.server.telecom public com.android.server.telecom.TelecomShellCommand extends com.android.modules.utils.BasicShellCommandHandler { private static final String CALLING_PACKAGE private static final String COMMAND_SET_PHONE_ACCOUNT_ENABLED private static final String COMMAND_SET_PHONE_ACCOUNT_DISABLED private static final String COMMAND_REGISTER_PHONE_ACCOUNT private static final String COMMAND_SET_USER_SELECTED_OUTGOING_PHONE_ACCOUNT private static final String COMMAND_REGISTER_SIM_PHONE_ACCOUNT private static final String COMMAND_SET_TEST_CALL_REDIRECTION_APP private static final String COMMAND_SET_TEST_CALL_SCREENING_APP private static final String COMMAND_ADD_OR_REMOVE_CALL_COMPANION_APP private static final String COMMAND_SET_PHONE_ACCOUNT_SUGGESTION_COMPONENT private static final String COMMAND_UNREGISTER_PHONE_ACCOUNT private static final String COMMAND_SET_CALL_DIAGNOSTIC_SERVICE private static final String COMMAND_SET_DEFAULT_DIALER private static final String COMMAND_GET_DEFAULT_DIALER private static final String COMMAND_STOP_BLOCK_SUPPRESSION private static final String COMMAND_CLEANUP_STUCK_CALLS private static final String COMMAND_CLEANUP_ORPHAN_PHONE_ACCOUNTS private static final String COMMAND_RESET_CAR_MODE private static final String COMMAND_IS_NON_IN_CALL_SERVICE_BOUND private static final String COMMAND_SET_SYSTEM_DIALER private static final String COMMAND_GET_SYSTEM_DIALER private static final String COMMAND_WAIT_ON_HANDLERS private static final String COMMAND_SET_SIM_COUNT private static final String COMMAND_GET_SIM_CONFIG private static final String COMMAND_GET_MAX_PHONES private static final String COMMAND_SET_TEST_EMERGENCY_PHONE_ACCOUNT_PACKAGE_FILTER private static final String COMMAND_LOG_MARK private final android.content.Context mContext private final com.android.internal.telecom.ITelecomService mTelecomService private android.telephony.TelephonyManager mTelephonyManager private android.os.UserManager mUserManager public void <init> (com.android.internal.telecom.ITelecomService, android.content.Context) com.android.internal.telecom.ITelecomService binder android.content.Context context public int onCommand (java.lang.String) Exception e String command public void onHelp () private void runSetPhoneAccountEnabled (boolean) throws android.os.RemoteException boolean enabled android.telecom.PhoneAccountHandle handle boolean success private void runRegisterPhoneAccount () throws android.os.RemoteException android.telecom.PhoneAccountHandle handle String label android.telecom.PhoneAccount account private void runRegisterSimPhoneAccount () throws android.os.RemoteException boolean isEmergencyAccount String opt android.telecom.PhoneAccountHandle handle String label String address int capabilities android.telecom.PhoneAccount account private void runSetTestCallRedirectionApp () throws android.os.RemoteException String packageName private void runSetTestCallScreeningApp () throws android.os.RemoteException String packageName private void runAddOrRemoveCallCompanionApp () throws android.os.RemoteException String packageName String isAdded boolean isAddedBool private void runSetCallDiagnosticService () throws android.os.RemoteException String packageName private void runSetTestPhoneAcctSuggestionComponent () throws android.os.RemoteException String componentName android.os.UserHandle userHandle private void runSetUserSelectedOutgoingPhoneAccount () throws android.os.RemoteException android.telecom.PhoneAccountHandle handle private void runUnregisterPhoneAccount () throws android.os.RemoteException android.telecom.PhoneAccountHandle handle private void runStopBlockSuppression () throws android.os.RemoteException private void runCleanupStuckCalls () throws android.os.RemoteException private void runCleanupOrphanPhoneAccounts () throws android.os.RemoteException private void runResetCarMode () throws android.os.RemoteException private void runSetDefaultDialer () throws android.os.RemoteException String packageName private void runSetSystemDialer () throws android.os.RemoteException String flatComponentName android.content.ComponentName componentName private void runGetDefaultDialer () throws android.os.RemoteException private void runGetSystemDialer () throws android.os.RemoteException private void runWaitOnHandler () throws android.os.RemoteException private void runSetSimCount () throws android.os.RemoteException int numSims public void runIsNonUiInCallServiceBound () throws android.os.RemoteException private void runGetSimConfig () throws android.os.RemoteException private void runGetMaxPhones () throws android.os.RemoteException private void runSetEmergencyPhoneAccountPackageFilter () throws android.os.RemoteException String packageName private void runLogMark () throws android.os.RemoteException String message private android.os.UserHandle getUserHandleFromArgs () throws android.os.RemoteException int userSn android.os.UserHandle userHandle NumberFormatException ex String userSnInStr android.os.UserHandle userHandle private android.telecom.PhoneAccountHandle getPhoneAccountHandleFromArgs () throws android.os.RemoteException int userSn android.os.UserHandle userHandle NumberFormatException ex android.content.ComponentName component String accountId String userSnInStr android.os.UserHandle userHandle private boolean callerIsRoot () private android.content.ComponentName parseComponentName (java.lang.String) String component android.content.ComponentName cn private android.telephony.TelephonyManager getTelephonyManager () throws java.lang.IllegalStateException private android.os.UserManager getUserManager () throws java.lang.IllegalStateException static void <clinit> () }
com/android/server/telecom/
com/android/server/
com/android/commands/telecom/Telecom.class
Telecom.java package com.android.commands.telecom public final com.android.commands.telecom.Telecom extends java.lang.Object { public void <init> () public static void main (java.lang.String[]) String[] args com.android.internal.telecom.ITelecomService service android.content.Context context }
com/android/commands/telecom/
com/android/commands/
com/android/
com/
META-INF/MANIFEST.MF
META-INF/