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

Commit 29b4fd6c authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6698386 from 389735f7 to sc-release

Change-Id: I960622d3c4a747377cb0d74ec7e21243cb048290
parents 0ba3e82a 389735f7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ import android.os.IBinder;
import android.os.RemoteException;
import android.util.Log;

import java.util.ArrayList;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.TimeUnit;

/**
@@ -65,7 +65,8 @@ public final class RegularMaintenanceJobService extends JobService {
        }
    }

    private static final ArrayList<InterruptMaintenance> sInterruptList = new ArrayList<>();
    private static final CopyOnWriteArrayList<InterruptMaintenance> sInterruptList =
            new CopyOnWriteArrayList<>();
    private static IpMemoryStoreService sIpMemoryStoreService;

    @Override