Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h361 bool telephony_only = false; member
Ddumpstate.cpp2137 if (ds.options_->telephony_only) { in PrepareToWriteToFile()
2339 options->telephony_only = true; in SetOptionsFromMode()
2417 MYLOGI("telephony_only: %d\n", options.telephony_only); in LogDumpOptions()
2755 if (options_->telephony_only) { in RunInternal()
2894 uint64_t timeout_ms = options_->telephony_only ? TELEPHONY_REPORT_USER_CONSENT_TIMEOUT_MS in CopyBugreportIfUserConsented()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp374 EXPECT_TRUE(options_.telephony_only); in TEST_F()