Home
last modified time | relevance | path

Searched defs:EnvironmentImpl (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DEnvironmentImpl.java36 final class EnvironmentImpl implements TimeZoneDetectorStrategyImpl.Environment { class
42 EnvironmentImpl(@NonNull Handler handler) { in EnvironmentImpl() method in EnvironmentImpl
/aosp14/frameworks/base/services/core/java/com/android/server/timedetector/
H A DEnvironmentImpl.java40 final class EnvironmentImpl implements TimeDetectorStrategyImpl.Environment { class
48 EnvironmentImpl(@NonNull Context context, @NonNull Handler handler) { in EnvironmentImpl() method in EnvironmentImpl
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DTimeDetectorNetworkTimeHelper.java283 static class EnvironmentImpl implements Environment { class in TimeDetectorNetworkTimeHelper
292 EnvironmentImpl(Looper looper) { in EnvironmentImpl() method in TimeDetectorNetworkTimeHelper.EnvironmentImpl