Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java1220 String storageType = getDevice().getProperty(STORAGE_TYPE); in reportStorageSpecificMetrics() local
1221 if (null != storageType && !storageType.isEmpty()) { in reportStorageSpecificMetrics()
1227 String.format("%s-%s", SUCCESSIVE_BOOT_TEST, storageType)); in reportStorageSpecificMetrics()