Searched refs:am (Results 1 – 18 of 18) sorted by relevance
/system/core/init/ |
D | init_test.cpp | 59 ActionManager am; in TestInit() local 64 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am)); in TestInit() 70 command(am); in TestInit() 73 while (am.HasMoreCommands()) { in TestInit() 74 am.ExecuteOneCommand(); in TestInit() 97 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST() argument 125 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST() argument 184 ActionManagerCommand trigger_boot = [](ActionManager& am) { am.QueueEventTrigger("boot"); }; in TEST() argument
|
D | init.cpp | 1128 ActionManager& am = ActionManager::GetInstance(); in main() local 1133 parser.AddSectionParser("on", std::make_unique<ActionParser>(&am)); in main() 1154 am.QueueEventTrigger("early-init"); in main() 1157 am.QueueBuiltinAction(wait_for_coldboot_done_action, "wait_for_coldboot_done"); in main() 1159 am.QueueBuiltinAction(mix_hwrng_into_linux_rng_action, "mix_hwrng_into_linux_rng"); in main() 1160 am.QueueBuiltinAction(set_mmap_rnd_bits_action, "set_mmap_rnd_bits"); in main() 1161 am.QueueBuiltinAction(set_kptr_restrict_action, "set_kptr_restrict"); in main() 1162 am.QueueBuiltinAction(keychord_init_action, "keychord_init"); in main() 1163 am.QueueBuiltinAction(console_init_action, "console_init"); in main() 1166 am.QueueEventTrigger("init"); in main() [all …]
|
D | README.md | 647 Here is an example of trace events of "wm" and "am" categories: 650 wm am --boot
|
/system/extras/app-launcher/ |
D | README | 69 package+activity and use that in am start. 72 adb shell 'simpleperf stat -a am start -W -n com.android.chrome/com.google.android.apps.chrome.Main' 73 adb shell 'am force-stop com.android.chrome' 76 adb shell 'simpleperf stat -a am start -W -n com.google.android.GoogleCamera/com.android.camera.Cam… 77 adb shell 'am force-stop com.google.android.GoogleCamera' 80 adb shell 'simpleperf stat -a am start -W -n com.google.android.apps.maps/com.google.android.maps.M… 81 adb shell 'am force-stop com.google.android.apps.maps' 84 adb shell 'am start -W -n com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhile… 85 adb shell 'am force-stop com.google.android.youtube'
|
/system/extras/simpleperf/scripts/ |
D | app_profiler.config | 37 # If launch_activity is specified, we use `am start -n [app_package_name]/[launch_activity]` to sta… 41 # `am instrument -e class [launch_inst_test] [app_package_name]/android.support.test.runner.Android…
|
/system/extras/ANRdaemon/ |
D | README | 10 $ ANRdaemon -t 9990 sched gfx am 12 sched, gfx and am modules (See -h for more info).
|
/system/tools/aidl/tests/java_app/ |
D | README | 14 $ adb shell am start -S -a android.intent.action.MAIN \
|
/system/extras/ioblame/ |
D | README | 98 ioblame -r [ I am only interested in reads ] 99 ioblame -w [ I am only interested in writes ] 100 ioblame -p [ I am only interested in writepage(s) - mmap'ed writes ] 101 ioblame -r -w -p [ I am only interested in reads, writes and writepages ] 132 adb shell "am force-stop com.google.android.gm" # This line I added for example 148 adb shell "am start -W -n com.google.android.gm/.ConversationListActivityGmail"
|
D | ioblame-gmail-launch.example | 24 File: /bin/am 28 am Reads: 16 KB 171 PID: am 173 /bin/am Reads: 4 KB i_size: 207 bytes 243 /bin/am Reads: 4 KB i_size: 207 bytes
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | build_and_run.sh | 80 adb shell am start -a android.bluetooth.adapter.action.REQUEST_ENABLE
|
/system/core/libsystem/include/system/ |
D | radio.h | 118 radio_hal_am_band_config_t am; member
|
/system/core/logcat/ |
D | logpersist | 177 am force-stop com.android.settings
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 220 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state $mode
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | dumpstate.te | 116 # For running am and similar framework commands.
|
/system/sepolicy/public/ |
D | dumpstate.te | 129 # For running am and similar framework commands.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | app.te | 156 # % adb shell am set-watch-heap com.android.systemui 1048576
|
/system/sepolicy/private/ |
D | app.te | 169 # % adb shell am set-watch-heap com.android.systemui 1048576
|
/system/extras/simpleperf/ |
D | README.md | 553 $ adb shell am force-stop com.example.simpleperf.simpleperfexamplepurejava 580 $ adb shell am start -n com.example.simpleperf.simpleperfexamplepurejava/.MainActivity
|