Loading packages/SystemUI/res/values/strings.xml +0 −1 Original line number Diff line number Diff line Loading @@ -1126,7 +1126,6 @@ <item></item> <!-- STREAM_SYSTEM_ENFORCED --> <item></item> <!-- STREAM_DTMF --> <item></item> <!-- STREAM_TTS --> <item>Accessibility</item> <!-- STREAM_ACCESSIBILITY --> </string-array> <string name="volume_stream_muted" translatable="false">%s silent</string> Loading packages/SystemUI/src/com/android/systemui/volume/VolumeDialogController.java +0 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,6 @@ public class VolumeDialogController { AudioSystem.STREAM_SYSTEM_ENFORCED, AudioSystem.STREAM_TTS, AudioSystem.STREAM_VOICE_CALL, AudioSystem.STREAM_ACCESSIBILITY, }; private final HandlerThread mWorkerThread; Loading Loading
packages/SystemUI/res/values/strings.xml +0 −1 Original line number Diff line number Diff line Loading @@ -1126,7 +1126,6 @@ <item></item> <!-- STREAM_SYSTEM_ENFORCED --> <item></item> <!-- STREAM_DTMF --> <item></item> <!-- STREAM_TTS --> <item>Accessibility</item> <!-- STREAM_ACCESSIBILITY --> </string-array> <string name="volume_stream_muted" translatable="false">%s silent</string> Loading
packages/SystemUI/src/com/android/systemui/volume/VolumeDialogController.java +0 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,6 @@ public class VolumeDialogController { AudioSystem.STREAM_SYSTEM_ENFORCED, AudioSystem.STREAM_TTS, AudioSystem.STREAM_VOICE_CALL, AudioSystem.STREAM_ACCESSIBILITY, }; private final HandlerThread mWorkerThread; Loading