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()
199 static final String PROPERTY_LAST_ID = "dumpstate.last_id"; field in BugreportProgressService423 final int id = SystemProperties.getInt(PROPERTY_LAST_ID, 1); in trackInfoWithIdLocked()
384 static constexpr char PROPERTY_LAST_ID[] = "dumpstate.last_id"; variable3063 uint32_t last_id = android::base::GetIntProperty(PROPERTY_LAST_ID, 0); in Initialize()3065 android::base::SetProperty(PROPERTY_LAST_ID, std::to_string(last_id)); in Initialize()