Files
android_packages_modules_Co…/Tethering/common/TetheringLib/api/module-lib-lint-baseline.txt
Anton Hansson 2760dbcf75 Baseline issues that were previously suppressed
java_sdk_library has previously internally disabled a few legitimate
issues. As this is being un-done for modules, add baselines for the
pre-existing issues.

Bug: 306806877
Test: m checkapi
Change-Id: Ie764d33196675e1482f30ecfd3d6d22b7fa25c27
2023-11-06 10:25:42 +00:00

24 lines
1.6 KiB
Plaintext

// Baseline format: 1.0
BroadcastBehavior: android.net.TetheringManager#ACTION_TETHER_STATE_CHANGED:
Field 'ACTION_TETHER_STATE_CHANGED' is missing @BroadcastBehavior
RequiresPermission: android.net.TetheringManager#requestLatestTetheringEntitlementResult(int, boolean, java.util.concurrent.Executor, android.net.TetheringManager.OnTetheringEntitlementResultListener):
Method 'requestLatestTetheringEntitlementResult' documentation mentions permissions already declared by @RequiresPermission
RequiresPermission: android.net.TetheringManager#startTethering(android.net.TetheringManager.TetheringRequest, java.util.concurrent.Executor, android.net.TetheringManager.StartTetheringCallback):
Method 'startTethering' documentation mentions permissions already declared by @RequiresPermission
RequiresPermission: android.net.TetheringManager#startTethering(int, java.util.concurrent.Executor, android.net.TetheringManager.StartTetheringCallback):
Method 'startTethering' documentation mentions permissions already declared by @RequiresPermission
RequiresPermission: android.net.TetheringManager#stopAllTethering():
Method 'stopAllTethering' documentation mentions permissions already declared by @RequiresPermission
RequiresPermission: android.net.TetheringManager#stopTethering(int):
Method 'stopTethering' documentation mentions permissions already declared by @RequiresPermission
SdkConstant: android.net.TetheringManager#ACTION_TETHER_STATE_CHANGED:
Field 'ACTION_TETHER_STATE_CHANGED' is missing @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Todo: android.net.TetheringConstants:
Documentation mentions 'TODO'