Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DStorageWizardFormatProgress.java42 private static final String PROP_DEBUG_STORAGE_SLOW = "sys.debug.storage_slow"; field in StorageWizardFormatProgress
189 || SystemProperties.getBoolean(PROP_DEBUG_STORAGE_SLOW, false)) { in onPostExecute()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardFormatProgress.java43 private static final String PROP_DEBUG_STORAGE_SLOW = "sys.debug.storage_slow"; field in StorageWizardFormatProgress
191 || SystemProperties.getBoolean(PROP_DEBUG_STORAGE_SLOW, false)) { in onPostExecute()