summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAmy Zhang <amyjojo@google.com>2020-10-20 14:35:12 -0700
committerAmy Zhang <amyjojo@google.com>2020-11-02 14:08:59 -0800
commit2cedcaeee4cf944a9b8101fb6fdca2c5aa18f538 (patch)
treef49f254a8218733028dac2e5e88bac80be097c90 /api
parent6e59ac63fff20f25991d73c0115ab8060a7c473d (diff)
Improve documentation of Tuner FrontendStatus
Test: make -j44 dist Bug: 171315056 Change-Id: I78adb8ed279db45fb0d30acc03b93bb20f083a23
Diffstat (limited to 'api')
-rw-r--r--api/system-current.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 87f3f4c65520..6623ec2adca7 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -6130,17 +6130,17 @@ package android.media.tv.tuner.frontend {
method public int getBer();
method @NonNull public int[] getBers();
method @NonNull public int[] getCodeRates();
+ method @NonNull public int[] getExtendedModulations();
method public int getFreqOffset();
method public int getGuardInterval();
method public int getHierarchy();
method public long getInnerFec();
method @NonNull public int[] getInterleaving();
- method @NonNull public int[] getIsdbtSegment();
+ method @IntRange(from=0, to=255) @NonNull public int[] getIsdbtSegment();
method @NonNull public boolean[] getLayerErrors();
method public int getLnbVoltage();
method public int getMer();
method public int getModulation();
- method @NonNull public int[] getModulationsExt();
method public int getPer();
method public int getPerBer();
method public int getPlpId();
@@ -6149,7 +6149,7 @@ package android.media.tv.tuner.frontend {
method public int getSnr();
method public int getSpectralInversion();
method public int getSymbolRate();
- method public int getSystemId();
+ method @IntRange(from=0, to=65535) public int getSystemId();
method public int getTransmissionMode();
method @NonNull public int[] getTsDataRate();
method public int getUec();