Searched refs:oldVolume (Results 1 – 1 of 1) sorted by relevance
725 int oldVolume = Integer.MIN_VALUE; in testPlayAudioTwice() local732 oldVolume = am.getStreamVolume(AudioManager.STREAM_MUSIC); in testPlayAudioTwice()755 if (oldVolume != Integer.MIN_VALUE) { in testPlayAudioTwice()756 am.setStreamVolume(AudioManager.STREAM_MUSIC, oldVolume, 0); in testPlayAudioTwice()984 int oldVolume = Integer.MIN_VALUE; in testGapless() local1036 oldVolume = am.getStreamVolume(AudioManager.STREAM_MUSIC); in testGapless()1087 if (oldVolume != Integer.MIN_VALUE) { in testGapless()1088 am.setStreamVolume(AudioManager.STREAM_MUSIC, oldVolume, 0); in testGapless()