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

Commit 294a6af0 authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

Merge "Fix SuppressWarnings typo." am: 0bd7c547 am: a155f437

am: 4f107811

Change-Id: Ie1f24753f898410aca1270a0d29df06d107fc094
parents 4446afae 4f107811
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -307,7 +307,7 @@ public class PowerProfile {
    private static final String POWER_CPU_CLUSTER_SPEED_PREFIX = "cpu.speeds.cluster";
    private static final String POWER_CPU_CLUSTER_ACTIVE_PREFIX = "cpu.active.cluster";

    @SuppressWarnings("deprecated")
    @SuppressWarnings("deprecation")
    private void initCpuClusters() {
        // Figure out how many CPU clusters we're dealing with
        final Object obj = sPowerMap.get(POWER_CPU_CLUSTER_CORE_COUNT);