Loading media/java/android/media/AudioService.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -489,6 +489,7 @@ public class AudioService extends IAudioService.Stub implements OnFinished { sSoundEffectVolumeDb = context.getResources().getInteger( sSoundEffectVolumeDb = context.getResources().getInteger( com.android.internal.R.integer.config_soundEffectVolumeDb); com.android.internal.R.integer.config_soundEffectVolumeDb); mVolumePanel = new VolumePanel(context, this); mMode = AudioSystem.MODE_NORMAL; mMode = AudioSystem.MODE_NORMAL; mForcedUseForComm = AudioSystem.FORCE_NONE; mForcedUseForComm = AudioSystem.FORCE_NONE; Loading Loading
media/java/android/media/AudioService.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -489,6 +489,7 @@ public class AudioService extends IAudioService.Stub implements OnFinished { sSoundEffectVolumeDb = context.getResources().getInteger( sSoundEffectVolumeDb = context.getResources().getInteger( com.android.internal.R.integer.config_soundEffectVolumeDb); com.android.internal.R.integer.config_soundEffectVolumeDb); mVolumePanel = new VolumePanel(context, this); mMode = AudioSystem.MODE_NORMAL; mMode = AudioSystem.MODE_NORMAL; mForcedUseForComm = AudioSystem.FORCE_NONE; mForcedUseForComm = AudioSystem.FORCE_NONE; Loading