Home
last modified time | relevance | path

Searched defs:vol (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAdoptableHostTest.java172 final LocalVolumeInfo vol = getAdoptionVolume(); in testApps() local
238 final LocalVolumeInfo vol = getAdoptionVolume(); in verifyPrimaryInternal() local
291 final LocalVolumeInfo vol = getAdoptionVolume(); in verifyPrimaryPhysical() local
328 final LocalVolumeInfo vol = getAdoptionVolume(); in testPackageInstaller() local
357 final LocalVolumeInfo vol = getAdoptionVolume(); in testEjected() local
466 private LocalVolumeInfo waitForVolumeReady(LocalVolumeInfo vol) throws Exception { in waitForVolumeReady()
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaProviderTestUtils.java141 final StorageVolume vol = InstrumentationRegistry.getInstrumentation().getTargetContext() in stageDir() local
154 final StorageVolume vol = InstrumentationRegistry.getInstrumentation().getTargetContext() in stageDownloadDir() local
/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTest.java1104 StorageVolume vol = sm.getStorageVolume(modernFile); in test_IsAppIoBlocked() local
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackTest.java683 … private void testSetVolumeCommon(String testName, float vol, boolean isStereo) throws Exception { in testSetVolumeCommon()