Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp114 if (bugreport_mode != Dumpstate::BugreportMode::BUGREPORT_FULL && in startBugreport()
Ddumpstate.h208 BUGREPORT_FULL = android::os::IDumpstate::BUGREPORT_MODE_FULL, enumerator
Ddumpstate.cpp2547 case Dumpstate::BugreportMode::BUGREPORT_FULL: in ModeToString()
2570 case Dumpstate::BugreportMode::BUGREPORT_FULL: in SetOptionsFromMode()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp241 options_.Initialize(Dumpstate::BugreportMode::BUGREPORT_FULL, fd, fd, true); in TEST_F()