Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java29 import static com.android.shell.BugreportProgressService.PROPERTY_LAST_ID;
951 return SystemProperties.getInt(PROPERTY_LAST_ID, 1); in getBugreportId()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java195 static final String PROPERTY_LAST_ID = "dumpstate.last_id"; field in BugreportProgressService
419 final int id = SystemProperties.getInt(PROPERTY_LAST_ID, 1); in trackInfoWithIdLocked()