Loading services/core/java/com/android/server/utils/eventlog/LocalEventLog.java→services/core/java/com/android/server/location/eventlog/LocalEventLog.java +2 −2 Original line number Diff line number Diff line /* * Copyright (C) 2020 The Android Open Source Project * Copyright (C) 2021 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. Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.server.utils.eventlog; package com.android.server.location.eventlog; import android.os.SystemClock; import android.util.TimeUtils; Loading services/core/java/com/android/server/location/injector/LocationEventLog.java +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ import android.location.util.identity.CallerIdentity; import android.os.Build; import android.os.PowerManager.LocationPowerSaveMode; import com.android.server.utils.eventlog.LocalEventLog; import com.android.server.location.eventlog.LocalEventLog; /** In memory event log for location events. */ public class LocationEventLog extends LocalEventLog { Loading Loading
services/core/java/com/android/server/utils/eventlog/LocalEventLog.java→services/core/java/com/android/server/location/eventlog/LocalEventLog.java +2 −2 Original line number Diff line number Diff line /* * Copyright (C) 2020 The Android Open Source Project * Copyright (C) 2021 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. Loading @@ -14,7 +14,7 @@ * limitations under the License. */ package com.android.server.utils.eventlog; package com.android.server.location.eventlog; import android.os.SystemClock; import android.util.TimeUtils; Loading
services/core/java/com/android/server/location/injector/LocationEventLog.java +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ import android.location.util.identity.CallerIdentity; import android.os.Build; import android.os.PowerManager.LocationPowerSaveMode; import com.android.server.utils.eventlog.LocalEventLog; import com.android.server.location.eventlog.LocalEventLog; /** In memory event log for location events. */ public class LocationEventLog extends LocalEventLog { Loading