Loading telecomm/java/android/telecom/VideoProfile.java +4 −1 Original line number Diff line number Diff line Loading @@ -235,7 +235,7 @@ public class VideoProfile implements Parcelable { StringBuilder sb = new StringBuilder(); sb.append("Audio"); if (isAudioOnly(videoState)) { if (videoState == STATE_AUDIO_ONLY) { sb.append(" Only"); } else { if (isTransmissionEnabled(videoState)) { Loading @@ -256,6 +256,9 @@ public class VideoProfile implements Parcelable { /** * Indicates whether the video state is audio only. * <p> * Note: Considers only whether either both the {@link #STATE_RX_ENABLED} or * {@link #STATE_TX_ENABLED} bits are off, but not {@link #STATE_PAUSED}. * * @param videoState The video state. * @return {@code True} if the video state is audio only, {@code false} otherwise. Loading Loading
telecomm/java/android/telecom/VideoProfile.java +4 −1 Original line number Diff line number Diff line Loading @@ -235,7 +235,7 @@ public class VideoProfile implements Parcelable { StringBuilder sb = new StringBuilder(); sb.append("Audio"); if (isAudioOnly(videoState)) { if (videoState == STATE_AUDIO_ONLY) { sb.append(" Only"); } else { if (isTransmissionEnabled(videoState)) { Loading @@ -256,6 +256,9 @@ public class VideoProfile implements Parcelable { /** * Indicates whether the video state is audio only. * <p> * Note: Considers only whether either both the {@link #STATE_RX_ENABLED} or * {@link #STATE_TX_ENABLED} bits are off, but not {@link #STATE_PAUSED}. * * @param videoState The video state. * @return {@code True} if the video state is audio only, {@code false} otherwise. Loading