Home
last modified time | relevance | path

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

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java29 import static com.android.shell.BugreportProgressService.PROPERTY_LAST_ID;
951 return SystemProperties.getInt(PROPERTY_LAST_ID, 1); in getBugreportId()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java190 static final String PROPERTY_LAST_ID = "dumpstate.last_id"; field in BugreportProgressService
405 final int id = SystemProperties.getInt(PROPERTY_LAST_ID, 1); in trackInfoWithIdLocked()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp364 static constexpr char PROPERTY_LAST_ID[] = "dumpstate.last_id"; variable
2700 uint32_t last_id = android::base::GetIntProperty(PROPERTY_LAST_ID, 0); in Initialize()
2702 android::base::SetProperty(PROPERTY_LAST_ID, std::to_string(last_id)); in Initialize()