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

Commit 9530f374 authored by William Escande's avatar William Escande
Browse files

Framework: Fix & enforce AndroidHideInComments

Bug: 344658662
Test: m framework-bluetooth
Flag: Exempt following errorprone recommendation
Change-Id: Iea22294f741f204d4165792c3c85e38c88c54de5
parent f34b3653
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ java_sdk_library {
            "-Xep:InlineMeSuggester:OFF", // The @InlineMe annotation is not available

            "-Xep:AndroidFrameworkRequiresPermission:ERROR",
            "-Xep:AndroidHideInComments:ERROR",
            "-Xep:BadImport:ERROR",
            "-Xep:CatchFail:ERROR",
            "-Xep:ClassCanBeStatic:ERROR",
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ public final class BluetoothLeCallControl implements BluetoothProfile {
     */
    public static final int TERMINATION_REASON_NO_ANSWER = 0x08;

    /*
    /**
     * Flag indicating support for hold/unhold call feature.
     *
     * @hide
+1 −4
Original line number Diff line number Diff line
@@ -126,10 +126,7 @@ public interface BluetoothProfile {
     */
    @SystemApi int MAP = 9;

    /*
     * SAP Profile
     * @hide
     */
    /** SAP Profile */
    int SAP = 10;

    /**