summaryrefslogtreecommitdiff
path: root/cmds/am
AgeCommit message (Expand)Author
2023-03-06Add parameter to instrument tests for running sdk-in-sandboxSandro
2022-09-02Merge "Fix module-file name collisions" am: 92f4e14b94 am: b88cb3e1ce am: 1d4...Cole Faust
2022-09-01Fix module-file name collisionsCole Faust
2022-05-24Fix cross user package visibility leakage for queryInstrumentationRhed Jao
2022-03-18Add a way to instrument sdk sandbox processesNikita Ioffe
2022-02-16Add a flag to always do the cert signature checkNikita Ioffe
2021-11-03Merge "Explicitly exit from the am instrument after test completes"Jing Ji
2021-11-01Explicitly exit from the am instrument after test completesJing Ji
2021-10-09Fix: crash when running am.jar without parametershongzhu wang
2021-05-07Fix the argument list to logcat from am instrumentJing Ji
2021-02-21[LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour
2021-01-20Enable @TestApi access for instrumentation.Artur Satayev
2020-12-08resolve merge conflicts of 358f0d4fc8c248498cf113c41e043877a14e89a1 to masterJeff Sharkey
2020-12-08Improve OWNERS coverage across frameworks/base/.Jeff Sharkey
2020-11-05Enable instrumentation of system server on debuggable devices.Oli Lan
2020-06-11Start OP_NO_ISOLATED_STORAGE on `am instrument --no-isolated-storage`Nikita Ioffe
2019-12-04Swap default for disableTestApiChecks.Artur Satayev
2019-11-12Add --no-test-api-acces to am instrument.Artur Satayev
2019-06-06Convert frameworks/base/cmds/* to Android.bpColin Cross
2019-05-01Make am instrument capture logcat during test run, and return it to the host.Joe Onorato
2018-10-21Add instrumentation flag to get access to full exteranl storage.Sudheer Shanka
2018-02-14Add flag to AMS.startInstrumentation() to disable hidden API checksDavid Brazdil
2017-11-13Add instrumentation data to host proto libMike Ma
2017-11-01Record proto to file in am instrumentMike Ma
2017-10-31Fully implement "install" and "install-write" in PackageManagerShellCommand.Dianne Hackborn
2017-10-16Merge "Use -Werror in frameworks/base" am: 16fbd3a1d8 am: 0bfb717a37Chih-hung Hsieh
2017-10-13Use -Werror in frameworks/baseChih-Hung Hsieh
2017-09-10Merge changes I93cf24d4,I32e438ef am: 30798ad13a am: c28d591b36Dan Willemsen
2017-09-09Convert host tools to Android.bpDan Willemsen
2017-08-02Bit: Don't ignore errors and crashesMakoto Onuki
2017-07-21DO NOT MERGE ActivityView be gone!Andrii Kulian
2017-06-28Sort INSTRUMENTATION_STATUS keys on am instrument outputMakoto Onuki
2017-06-14Make --no-window-animation flag apply to animators, tooChet Haase
2016-11-14Update usage of ActivityManagerNative.Sudheer Shanka
2016-11-01Switch am command to go through "cmd activity".Dianne Hackborn
2016-10-20am instrument gets protobufJoe Onorato
2016-10-13Work around issue #32096507: 'am send broadcast' fails the second...Dianne Hackborn
2016-10-10Move the remaining am commands to ActivityManagerShellCommand.Dianne Hackborn
2016-09-29New infrastructure to switch remaining commands to "cmd" calls.Dianne Hackborn
2016-09-23Add error messages to send-trim-memoryJohn Reck
2016-06-28Fix off-by-one in am start -R (repeat)Chong Zhang
2016-05-06Move the 'pretend idle jobs can run now' broadcast into AMSChristopher Tate
2016-04-26Allow setting fullscreen stack as target via adb shellAndrii Kulian
2016-04-18Remove unnecessary allocation+unboxing of objects.Narayan Kamath
2016-04-04Allow to provide only a component name prefix to 'am instrument'Philip P. Moltmann
2016-03-27Update PRE_BOOT_COMPLETED for FBE.Jeff Sharkey
2016-03-21Added support to specify animation duration when resizing stackWale Ogunwale
2016-03-04Move more PM calls to ParceledListSlice.Jeff Sharkey
2016-03-03Am.java: Use write-only file descriptorsNick Kralevich
2016-02-29Fix issue #27385109: control activity behavior without triggering...Dianne Hackborn