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

Commit c045208f authored by Filip Gruszczynski's avatar Filip Gruszczynski Committed by Jeff Brown
Browse files

Fix build.

Change-Id: I76c4a2755e2ae4bf9d59f854a2adb7fd4ef0ffab
parent cfb3185a
Loading
Loading
Loading
Loading
+17 −3
Original line number Diff line number Diff line
package com.android.internal.policy.impl;
/*
 * Copyright (C) 2015 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License
 */

package com.android.server.policy;

import android.app.AlarmManager;
import android.app.PendingIntent;
@@ -9,9 +25,7 @@ import android.content.IntentFilter;
import android.content.res.Resources;
import android.hardware.display.DisplayManager;
import android.hardware.display.DisplayManagerInternal;
import android.os.Handler;
import android.os.SystemClock;
import android.util.Log;
import android.view.Display;

import com.android.server.LocalServices;