Searched refs:vol (Results 1 – 2 of 2) sorted by relevance
90 final LocalVolumeInfo vol = getAdoptionVolume(); in testApps() local94 "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() local154 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 …]
571 … private void testSetVolumeCommon(String testName, float vol, boolean isStereo) throws Exception { in testSetVolumeCommon() argument590 assertTrue(testName, track.setStereoVolume(vol, vol) == AudioTrack.SUCCESS); in testSetVolumeCommon()592 assertTrue(testName, track.setVolume(vol) == AudioTrack.SUCCESS); in testSetVolumeCommon()