Searched refs:oldVolume (Results 1 – 1 of 1) sorted by relevance
823 int oldVolume = Integer.MIN_VALUE; in testGapless() local876 oldVolume = am.getStreamVolume(AudioManager.STREAM_MUSIC); in testGapless()927 if (oldVolume != Integer.MIN_VALUE) { in testGapless()928 am.setStreamVolume(AudioManager.STREAM_MUSIC, oldVolume, 0); in testGapless()