Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAdoptableHostTest.java90 final LocalVolumeInfo vol = getAdoptionVolume(); in testApps() local
94 "pm move-package " + PKG + " " + vol.uuid)); in testApps()
100 getDevice().executeShellCommand("sm unmount " + vol.volId); in testApps()
101 getDevice().executeShellCommand("sm mount " + vol.volId); in testApps()
150 final LocalVolumeInfo vol = getAdoptionVolume(); in verifyPrimaryInternal() local
154 getDevice().executeShellCommand("pm move-primary-storage " + vol.uuid, out, 2, in verifyPrimaryInternal()
161 getDevice().executeShellCommand("sm unmount " + vol.volId); in verifyPrimaryInternal()
163 getDevice().executeShellCommand("sm mount " + vol.volId); in verifyPrimaryInternal()
168 assertSuccess(getDevice().executeShellCommand("pm move-package " + PKG + " " + vol.uuid)); in verifyPrimaryInternal()
195 final LocalVolumeInfo vol = getAdoptionVolume(); in verifyPrimaryPhysical() local
[all …]
/cts/tests/tests/media/src/android/media/cts/
DAudioTrackTest.java571 … private void testSetVolumeCommon(String testName, float vol, boolean isStereo) throws Exception { in testSetVolumeCommon() argument
590 assertTrue(testName, track.setStereoVolume(vol, vol) == AudioTrack.SUCCESS); in testSetVolumeCommon()
592 assertTrue(testName, track.setVolume(vol) == AudioTrack.SUCCESS); in testSetVolumeCommon()