Searched refs:PROPERTY_LAST_ID (Results 1 – 2 of 2) sorted by relevance
29 import static com.android.shell.BugreportProgressService.PROPERTY_LAST_ID;951 return SystemProperties.getInt(PROPERTY_LAST_ID, 1); in getBugreportId()
195 static final String PROPERTY_LAST_ID = "dumpstate.last_id"; field in BugreportProgressService419 final int id = SystemProperties.getInt(PROPERTY_LAST_ID, 1); in trackInfoWithIdLocked()