Home | History | Annotate | Download | only in dumpstate

Lines Matching full:am_args

1208             std::vector<std::string> am_args = {
1215 send_broadcast("android.intent.action.BUGREPORT_STARTED", am_args);
1391 std::vector<std::string> am_args = {
1400 am_args.push_back("--es");
1401 am_args.push_back("android.intent.extra.SCREENSHOT");
1402 am_args.push_back(screenshot_path);
1405 am_args.push_back("--es");
1406 am_args.push_back("android.intent.extra.REMOTE_BUGREPORT_HASH");
1407 am_args.push_back(SHA256_file_hash(path));
1408 send_broadcast("android.intent.action.REMOTE_BUGREPORT_FINISHED", am_args);
1410 send_broadcast("android.intent.action.BUGREPORT_FINISHED", am_args);