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

Commit 16c424fa authored by Adrian Roos's avatar Adrian Roos Committed by Automerger Merge Worker
Browse files

Merge "Suppress existing CallbackMethodName lint" am: 91d1ca09

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


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