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

Commit 28f7dbec authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Remove only com.google reference from SystemUI."

parents a3c80a87 dfc63190
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@

package com.android.systemui.statusbar.phone;

import com.google.android.collect.Lists;

import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
@@ -30,6 +28,7 @@ import android.view.MotionEvent;

import com.android.internal.policy.IKeyguardService;

import java.util.ArrayList;
import java.util.List;


@@ -45,7 +44,7 @@ public class KeyguardTouchDelegate {

    private static KeyguardTouchDelegate sInstance;
    private static final List<OnKeyguardConnectionListener> sConnectionListeners =
            Lists.newArrayList();
            new ArrayList<OnKeyguardConnectionListener>();

    private volatile IKeyguardService mService;