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

Commit df3b7009 authored by Chen Chen's avatar Chen Chen Committed by Cherrypicker Worker
Browse files

Remove the counter intent declaration since we don't need an intent any more

Bug: 220161814
Change-Id: Ief5496b67fa727dd263131e95985056fd8d2796a
Test: atest BluetoothInstrumentationTests
(cherry picked from commit 7cba61c6)
Merged-In: Ief5496b67fa727dd263131e95985056fd8d2796a
parent 7168e5f1
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;