Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp147 bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_TELEPHONY && in startBugreport()
Ddumpstate.h202 BUGREPORT_TELEPHONY = android::os::IDumpstate::BUGREPORT_MODE_TELEPHONY, enumerator
Ddumpstate.cpp2399 case Dumpstate::BugreportMode::BUGREPORT_TELEPHONY: in GetDumpstateHalModeHidl()
2421 case Dumpstate::BugreportMode::BUGREPORT_TELEPHONY: in GetDumpstateHalModeAidl()
2905 case Dumpstate::BugreportMode::BUGREPORT_TELEPHONY: in ModeToString()
2947 case Dumpstate::BugreportMode::BUGREPORT_TELEPHONY: in SetOptionsFromMode()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp299 options_.Initialize(Dumpstate::BugreportMode::BUGREPORT_TELEPHONY, 0, fd, fd, false, false); in TEST_F()