Searched defs:PROPERTY_LAST_ID (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp152 static constexpr char PROPERTY_LAST_ID[] = "dumpstate.last_id"; variable
1973 uint32_t last_id = android::base::GetIntProperty(PROPERTY_LAST_ID, 0);
1975 android::base::SetProperty(PROPERTY_LAST_ID, std::to_string(last_id));

Completed in 31 milliseconds