Searched refs:PROPERTY_LAST_ID (Results 1 – 3 of 3) sorted by relevance
29 import static com.android.shell.BugreportProgressService.PROPERTY_LAST_ID;951 return SystemProperties.getInt(PROPERTY_LAST_ID, 1); in getBugreportId()
190 static final String PROPERTY_LAST_ID = "dumpstate.last_id"; field in BugreportProgressService405 final int id = SystemProperties.getInt(PROPERTY_LAST_ID, 1); in trackInfoWithIdLocked()
364 static constexpr char PROPERTY_LAST_ID[] = "dumpstate.last_id"; variable2700 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()