summaryrefslogtreecommitdiffstats
path: root/cmds
Commit message (Expand)AuthorAgeFilesLines
* Change adb-shell-input utility to use duration for swipeChet Haase2012-10-021-7/+18
* am 2293f924: am bad71217: am 77728b01: Merge "Change installd tests to native...Kenny Root2012-10-021-9/+2
|\
| * am bad71217: am 77728b01: Merge "Change installd tests to native test target"Kenny Root2012-10-021-9/+2
| |\
| | * am 77728b01: Merge "Change installd tests to native test target"Kenny Root2012-10-021-9/+2
| | |\
| | | * Change installd tests to native test targetKenny Root2012-10-021-9/+2
* | | | am 6021eacb: am ce3db01c: am 2036a94a: Merge "Fix cache deletion for secondar...Amith Yamasani2012-10-013-5/+5
|\ \ \ \ | |/ / /
| * | | am 2036a94a: Merge "Fix cache deletion for secondary users" into jb-mr1-devAmith Yamasani2012-10-013-5/+5
| |\ \ \
| | * | | Fix cache deletion for secondary usersAmith Yamasani2012-10-013-5/+5
| |/ / / |/| | |
| * | | Merge "Add aah metadata service to whitelist DO NOT MERGE" into jb-mr1-aah-devDake Gu2012-10-011-0/+1
| |\ \ \ |/ / / /
| * | | Add aah metadata service to whitelist DO NOT MERGEDake Gu2012-10-011-0/+1
* | | | Merge "Fix issue #7211769 and #7244492, thrash around on #7226656." into jb-m...Dianne Hackborn2012-09-281-0/+10
|\ \ \ \
| * | | | Fix issue #7211769 and #7244492, thrash around on #7226656.Dianne Hackborn2012-09-281-0/+10
| |/ / /
* | | | Merge "Fix issue #7202950: After clearing data, clear data button is still en...Dianne Hackborn2012-09-281-8/+30
|\ \ \ \
| * | | | Fix issue #7202950: After clearing data, clear data button is still enabled.Dianne Hackborn2012-09-271-8/+30
| |/ / /
* | | | Pass the originating uid to the package verifierBen Gruver2012-09-271-1/+1
|/ / /
* | | Maybe fix issue #7211766: bindService() to User u0 While u10 is...Dianne Hackborn2012-09-261-2/+3
* | | Fix issue #6926562: Ensure all multi-user cache files are managed correctlyDianne Hackborn2012-09-241-5/+24
* | | Allow acquiring ContentProviders across users.Jeff Sharkey2012-09-211-19/+37
* | | Query users excluding any being removedAmith Yamasani2012-09-201-1/+1
* | | Merge changes I4ad08873,If0562677,I5fe6ba32 into jb-mr1-devJeff Brown2012-09-111-15/+9
|\ \ \
| * | | Allow adb shell am display-size to use bigger sizes.Jeff Brown2012-09-101-15/+9
* | | | Remove "unlinklib" command from installdKenny Root2012-09-113-125/+30
|/ / /
* | | Merge "Flesh out multi-user in am commands." into jb-mr1-devDianne Hackborn2012-09-101-35/+116
|\ \ \
| * | | Flesh out multi-user in am commands.Dianne Hackborn2012-09-101-35/+116
* | | | Merge "IME support for trackball and generic motion events" into jb-mr1-devVictoria Lease2012-09-101-17/+89
|\ \ \ \ | |/ / / |/| | |
| * | | IME support for trackball and generic motion eventsVictoria Lease2012-09-101-17/+89
* | | | Merge "Use correct PowerManager call to wake up screen" into jb-mr1-devGuang Zhu2012-09-091-9/+9
|\ \ \ \
| * | | | Use correct PowerManager call to wake up screenGuang Zhu2012-09-091-9/+9
* | | | | Remove "protect" command from installdKenny Root2012-09-092-37/+0
|/ / / /
* | | | More multi-user methods in PMAmith Yamasani2012-09-081-4/+8
* | | | Merge "installd: fix forward locking symlink" into jb-mr1-devNick Kralevich2012-09-071-7/+7
|\ \ \ \
| * | | | installd: fix forward locking symlinkNick Kralevich2012-09-071-7/+7
| |/ / /
* | | | Merge "More multi-user stuff:" into jb-mr1-devDianne Hackborn2012-09-072-16/+49
|\ \ \ \
| * | | | More multi-user stuff:Dianne Hackborn2012-09-072-16/+49
| |/ / /
* | | | Wrapped call to notifyAll() in a synchronized blockFelipe Leme2012-09-061-2/+4
|/ / /
* | | Merge "installd: reduce privileges." into jb-mr1-devNick Kralevich2012-09-042-6/+63
|\ \ \
| * | | installd: reduce privileges.Nick Kralevich2012-09-042-6/+63
* | | | Fix my fix.Dianne Hackborn2012-09-041-2/+2
* | | | Fix build.Dianne Hackborn2012-09-041-3/+3
|/ / /
* | | Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-2/+2
* | | Merge "Shared OBB storage across users." into jb-mr1-devJeff Sharkey2012-08-304-67/+59
|\ \ \
| * | | Shared OBB storage across users.Jeff Sharkey2012-08-294-67/+59
* | | | Start implementing concept of "running" users.Dianne Hackborn2012-08-281-13/+26
|/ / /
* | | Merge "Use new surface flinger API." into jb-mr1-devJeff Brown2012-08-272-7/+19
|\ \ \
| * | | Use new surface flinger API.Jeff Brown2012-08-272-7/+19
* | | | Merge "Fix installing applications from non-primary users." into jb-mr1-devDianne Hackborn2012-08-271-51/+10
|\ \ \ \
| * | | | Fix installing applications from non-primary users.Dianne Hackborn2012-08-271-51/+10
* | | | | Merge "Ensure /data/media before trying to upgrade." into jb-mr1-devJeff Sharkey2012-08-271-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Ensure /data/media before trying to upgrade.Jeff Sharkey2012-08-271-0/+5
| |/ / /
* | | | Restore man page entries.Dianne Hackborn2012-08-272-3/+7
|/ / /