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

Commit dfc63190 authored by John Spurlock's avatar John Spurlock
Browse files

Remove only com.google reference from SystemUI.

Change-Id: Ie02bf3662307fa1ea3c68b908a7856fbf0482bb7
parent 793bbd29
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;