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

Commit 91d1ca09 authored by Adrian Roos's avatar Adrian Roos Committed by Gerrit Code Review
Browse files

Merge "Suppress existing CallbackMethodName lint"

parents 2b4926b5 bc04e9c1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ import android.annotation.Nullable;
import android.annotation.RequiresPermission;
import android.annotation.SdkConstant;
import android.annotation.SdkConstant.SdkConstantType;
import android.annotation.SuppressLint;
import android.annotation.SystemApi;
import android.annotation.SystemService;
import android.content.Context;
@@ -468,11 +469,13 @@ public class NetworkScoreManager {
         *
         * @param networks List of {@link ScoredNetwork} containing updated scores.
         */
        @SuppressLint("CallbackMethodName")
        void updateScores(@NonNull List<ScoredNetwork> networks);

        /**
         * Invokes when all the previously provided scores are no longer valid.
         */
        @SuppressLint("CallbackMethodName")
        void clearScores();
    }