Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Duser_collector.h53 bool Enable() { return SetUpInternal(true); } in Enable()
56 bool Disable() { return SetUpInternal(false); } in Disable()
108 bool SetUpInternal(bool enabled);
Duser_collector.cc121 bool UserCollector::SetUpInternal(bool enabled) { in SetUpInternal() function in UserCollector