Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DStorageDeviceInfo.java44 int emulated = 0; in collectDeviceInfo() local
48 emulated = 1; in collectDeviceInfo()
50 emulated = 1; in collectDeviceInfo()
58 store.addResult("num_emulated", emulated); in collectDeviceInfo()
/cts/tests/mediapc/common/
DREADME.md187 adb shell cat /storage/emulated/0/report-log-files/CtsMediaPerformanceClassTestCases.reportlog.json
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java256 final boolean emulated = volume.isEmulated(); in testGetPrimaryVolume()
257 if (emulated) { in testGetPrimaryVolume()