Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp326 static constexpr char PROPERTY_LAST_ID[] = "dumpstate.last_id"; variable
2482 uint32_t last_id = android::base::GetIntProperty(PROPERTY_LAST_ID, 0); in Initialize()
2484 android::base::SetProperty(PROPERTY_LAST_ID, std::to_string(last_id)); in Initialize()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java189 private static final String PROPERTY_LAST_ID = "dumpstate.last_id"; field in BugreportProgressService
389 final int id = SystemProperties.getInt(PROPERTY_LAST_ID, 1); in trackInfoWithIdLocked()