Loading packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -897,6 +897,9 @@ public class VolumeDialogImpl implements VolumeDialog { } } private String getStreamLabelH(StreamState ss) { private String getStreamLabelH(StreamState ss) { if (ss == null) { return ""; } if (ss.remoteLabel != null) { if (ss.remoteLabel != null) { return ss.remoteLabel; return ss.remoteLabel; } } Loading Loading
packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -897,6 +897,9 @@ public class VolumeDialogImpl implements VolumeDialog { } } private String getStreamLabelH(StreamState ss) { private String getStreamLabelH(StreamState ss) { if (ss == null) { return ""; } if (ss.remoteLabel != null) { if (ss.remoteLabel != null) { return ss.remoteLabel; return ss.remoteLabel; } } Loading