Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f53619f authored by Hongguang Chen's avatar Hongguang Chen Committed by Android (Google) Code Review
Browse files

Merge "getBitWidthOfLengthField -> getLengthFieldBitWidth"

parents da433c60 2cf4b31b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7080,7 +7080,7 @@ package android.media.tv.tuner.filter {
  }
  public abstract class SectionSettings extends android.media.tv.tuner.filter.Settings {
    method public int getBitWidthOfLengthField();
    method public int getLengthFieldBitWidth();
    method public boolean isCrcEnabled();
    method public boolean isRaw();
    method public boolean isRepeat();
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ public abstract class SectionSettings extends Settings {
     * The section filter uses this for CRC (Cyclic redundancy check) checking when
     * {@link #isCrcEnabled()} is {@code true}.
     */
    public int getBitWidthOfLengthField() {
    public int getLengthFieldBitWidth() {
        return mBitWidthOfLengthField;
    }