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

Commit 246266ee authored by Cody Kesting's avatar Cody Kesting
Browse files

Fix typo in ConstantsShim constant.

This change fixes a typo in the value assigned to the constant
KEY_NETWORK_PROBES_ATTEMPTED_BITMASK, which is defined in the
ConstantsShim for API level 29. This constant is a copy of the constant
of the same name defined in ConnectivityDiagnosticsManager (which is
also being updated in aosp/1226857).

Bug: 148939502
Test: compiles
Change-Id: I1f1369ad1034bcde0650bcc0f1fd69f49524a5fc
parent bfe0e001
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ public class ConstantsShim {
    public static final int DETECTION_METHOD_DNS_EVENTS = 1;
    public static final int DETECTION_METHOD_TCP_METRICS = 2;
    public static final String KEY_DNS_CONSECUTIVE_TIMEOUTS = "dnsConsecutiveTimeouts";
    public static final String KEY_NETWORK_PROBES_ATTEMPTED_BITMASK = "networkProbesAttemped";
    public static final String KEY_NETWORK_PROBES_ATTEMPTED_BITMASK = "networkProbesAttempted";
    public static final String KEY_NETWORK_PROBES_SUCCEEDED_BITMASK = "networkProbesSucceeded";
    public static final String KEY_NETWORK_VALIDATION_RESULT = "networkValidationResult";
    public static final String KEY_TCP_METRICS_COLLECTION_PERIOD_MILLIS =