Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h418 bool telephony_only = false; member
Ddumpstate.cpp2826 if (ds.options_->telephony_only) { in PrepareToWriteToFile()
2918 return !options.telephony_only; in IsConsentlessBugreportAllowed()
2948 options->telephony_only = true; in SetOptionsFromMode()
2973 options.telephony_only, options.wifi_only, in LogDumpOptions()
3378 options_->telephony_only || options_->wifi_only || options_->limited_only; in RunInternal()
3397 if (options_->telephony_only) { in RunInternal()
3699 uint64_t timeout_ms = options_->telephony_only ? TELEPHONY_REPORT_USER_CONSENT_TIMEOUT_MS in CopyBugreportIfUserConsented()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp301 EXPECT_TRUE(options_.telephony_only); in TEST_F()