getBitWidthOfLengthField -> getLengthFieldBitWidth
Bug: 215555933 Fix: 215555933 Test: atest android.media.tv.tuner.cts Change-Id: Ieaf0cd219d143f46749b864f89ebd3a65b3b1f36
This commit is contained in:
@@ -7059,7 +7059,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();
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user