Lines Matching refs:am_args
2255 std::vector<std::string> am_args = { in SendBugreportFinishedBroadcast() local
2265 am_args.push_back("--es"); in SendBugreportFinishedBroadcast()
2266 am_args.push_back("android.intent.extra.SCREENSHOT"); in SendBugreportFinishedBroadcast()
2267 am_args.push_back(ds.screenshot_path_); in SendBugreportFinishedBroadcast()
2270 am_args.push_back("--es"); in SendBugreportFinishedBroadcast()
2271 am_args.push_back("android.intent.extra.TITLE"); in SendBugreportFinishedBroadcast()
2272 am_args.push_back(ds.options_->notification_title); in SendBugreportFinishedBroadcast()
2274 am_args.push_back("--es"); in SendBugreportFinishedBroadcast()
2275 am_args.push_back("android.intent.extra.DESCRIPTION"); in SendBugreportFinishedBroadcast()
2276 am_args.push_back(ds.options_->notification_description); in SendBugreportFinishedBroadcast()
2280 am_args.push_back("--es"); in SendBugreportFinishedBroadcast()
2281 am_args.push_back("android.intent.extra.REMOTE_BUGREPORT_HASH"); in SendBugreportFinishedBroadcast()
2282 am_args.push_back(SHA256_file_hash(ds.path_)); in SendBugreportFinishedBroadcast()
2283 SendBroadcast("com.android.internal.intent.action.REMOTE_BUGREPORT_FINISHED", am_args); in SendBugreportFinishedBroadcast()
2285 SendBroadcast("com.android.internal.intent.action.BUGREPORT_FINISHED", am_args); in SendBugreportFinishedBroadcast()
2679 std::vector<std::string> am_args = { in RunInternal() local
2687 SendBroadcast("com.android.internal.intent.action.BUGREPORT_STARTED", am_args); in RunInternal()