Searched refs:PROPERTY_LAST_ID (Results 1 – 2 of 2) sorted by relevance
326 static constexpr char PROPERTY_LAST_ID[] = "dumpstate.last_id"; variable2482 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()
189 private static final String PROPERTY_LAST_ID = "dumpstate.last_id"; field in BugreportProgressService389 final int id = SystemProperties.getInt(PROPERTY_LAST_ID, 1); in trackInfoWithIdLocked()