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

Commit e8f42976 authored by Benedict Wong's avatar Benedict Wong
Browse files

Add bug number to stopship comment for VCN Network scores

Test: atest FrameworksVcnTests
Change-Id: I7a637d39e7be2d59e53a1e3bd801c19b9163661d
parent 92c25af6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -87,7 +87,8 @@ public class Vcn extends Handler {

    /** Retrieves the network score for a VCN Network */
    private int getNetworkScore() {
        // TODO: STOPSHIP: Make this use new NetworkSelection, or some magic "max in subGrp" value
        // TODO: STOPSHIP (b/173549607): Make this use new NetworkSelection, or some magic "max in
        //                               subGrp" value
        return 52;
    }