Home
last modified time | relevance | path

Searched refs:LocationListeningAccountant (Results 1 – 8 of 8) sorted by relevance

/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
DDelegatingLocationListeningAccountant.java22 import com.android.timezone.location.provider.core.LocationListeningAccountant;
33 final class DelegatingLocationListeningAccountant implements LocationListeningAccountant {
36 private LocationListeningAccountant mDelegate;
38 DelegatingLocationListeningAccountant(@NonNull LocationListeningAccountant delegate) { in DelegatingLocationListeningAccountant()
46 synchronized void replaceDelegate(@NonNull LocationListeningAccountant replacement) { in replaceDelegate()
DEnvironmentImpl.java45 import com.android.timezone.location.provider.core.LocationListeningAccountant;
173 LocationListeningAccountant realLocationListeningAccountant = in EnvironmentImpl()
214 LocationListeningAccountant newAccountant = createRealLocationListeningAccountant(); in handleDeviceConfigChanged()
219 private LocationListeningAccountant createRealLocationListeningAccountant() { in createRealLocationListeningAccountant()
250 public LocationListeningAccountant getLocationListeningAccountant() { in getLocationListeningAccountant()
DRealLocationListeningAccountant.java26 import com.android.timezone.location.provider.core.LocationListeningAccountant;
38 final class RealLocationListeningAccountant implements LocationListeningAccountant {
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/core/
DOfflineLocationTimeZoneDelegateTest.java40 import com.android.timezone.location.provider.core.LocationListeningAccountant.ListeningInstruction;
196 public LocationListeningAccountant getLocationListeningAccountant() {
558 private static class FakeLocationListeningAccountant implements LocationListeningAccountant {
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
DLocationListeningAccountant.java53 public interface LocationListeningAccountant { interface
DOfflineLocationTimeZoneDelegate.java44 import com.android.timezone.location.provider.core.LocationListeningAccountant.ListeningInstruction;
116 private final LocationListeningAccountant mLocationListeningAccountant;
DEnvironment.java51 LocationListeningAccountant getLocationListeningAccountant(); in getLocationListeningAccountant()
/packages/modules/GeoTZ/locationtzprovider/src/test/java/com/android/timezone/location/provider/
DRealLocationListeningAccountantTest.java29 import com.android.timezone.location.provider.core.LocationListeningAccountant.ListeningInstruction;