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

Commit b9ed6dd7 authored by Chen Chen's avatar Chen Chen Committed by Automerger Merge Worker
Browse files

Merge "Remove the counter intent declaration since we don't need an intent any...

Merge "Remove the counter intent declaration since we don't need an intent any more" into tm-qpr-dev am: cd798dcd

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/20579617



Change-Id: Ic8847d61dce26f40886b2d6064ecfd7231ce3099
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 24f551b4 cd798dcd
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -35,11 +35,6 @@ public class MetricsLogger {

    public static final boolean DEBUG = false;

    /**
     * Intent indicating Bluetooth counter metrics should send logs to BluetoothStatsLog
     */
    public static final String BLUETOOTH_COUNTER_METRICS_ACTION =
            "com.android.bluetooth.btservice.BLUETOOTH_COUNTER_METRICS_ACTION";
    // 6 hours timeout for counter metrics
    private static final long BLUETOOTH_COUNTER_METRICS_ACTION_DURATION_MILLIS = 6L * 3600L * 1000L;