History log of /frameworks/base/cmds/telecom/src/com/android/commands/telecom/Telecom.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6390bd8d698e75232bf42f27e70e9702051e8a8a 11-Jan-2016 Tony Mak <tonymak@google.com> Telecom shell command accepts userhandle as argument of phone account

We need a sort of way to enable phone account in managed profile for
writing cts running in managed profile.

Change-Id: I2e869e792c6e145c93a314f64a5de98e2f6e315f
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/Telecom.java
d3586e174f6d14fd6079e4a2a2b7908b6e45c834 28-Jul-2015 Roshan Pius <rpius@google.com> Add a command to register SIM Phone account.

Phone accounts with SIM_SUBSCRIPTION capabiltiy needs system permission.
Hence adding a command to add sunc phone accounts for CTS testing of
remote connections.

BUG: 20303674
Change-Id: Ieb7349f906ec8209776ffbe39ed3633f01ba1e7c
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/Telecom.java
8cd95ee0d0d643d3500fbd0841b658053623902e 12-Jun-2015 Yorke Lee <yorkelee@google.com> Add adb shell telecom get-system-dialer

Bug: 20303674
Change-Id: I7ce52e94c434846c262f2d6cc6d41992e259b45f
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/Telecom.java
adb53b35cc99e1e98bc4c640d534fa00d44ebe31 03-Jun-2015 Yorke Lee <yorkelee@google.com> Add phone permissions to Shell

These are needed for adb shell telecom commands to work on
non-eng builds.

Also fix a couple of typos in telecom documentation.

Change-Id: Ia219ff78f5d65878e43e6b9216f979185495ce7f
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/Telecom.java
b9381c790eef869ebd904c92bd019886600fc814 03-Jun-2015 Yorke Lee <yorkelee@google.com> Add adb shell command to register/unregister phone accounts

Bug: 21583012
Change-Id: I3fd525259860fd9e0f9fda5b77cbb9ee7bfab6ca
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/Telecom.java
db6da486217daa3418944cf93086a3bae549dad2 02-Jun-2015 Yorke Lee <yorkelee@google.com> Allow default dialer changes and phone account enable/disable via ADB

Add commands accessible via adb shell that can be used for CTS tests
without the need for adb root
*set-phone-account-enabled
*set-phone-account-disabled
*set-default-dialer
*get-default-dialer

Modify enablePhoneAccount/setDefaultDialer to indicate success.

Remove now unused functionality in ProtectedEnableAccountPreferenceActivity
and ProtectedChangeDefaultDialerActivity.

Bug: 21583012
Change-Id: I542d145cc969334c004b8344fbbb01f278256f9d
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/Telecom.java