Home
last modified time | relevance | path

Searched refs:am_args (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp2255 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()
[all …]