Home
last modified time | relevance | path

Searched refs:locationAlgorithmEvent (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java886 LocationAlgorithmEvent locationAlgorithmEvent = in testLocationAlgorithmEvent_statusChangesOnly() local
913 LocationAlgorithmEvent locationAlgorithmEvent = in testLocationAlgorithmEvent_statusChangesOnly() local
959 locationAlgorithmEvent.getAlgorithmStatus()); in testLocationAlgorithmEvent_uncertain()
994 locationAlgorithmEvent.getAlgorithmStatus()); in testLocationAlgorithmEvent_noZones()
1018 LocationAlgorithmEvent locationAlgorithmEvent = in testLocationAlgorithmEvent_oneZone() local
1088 LocationAlgorithmEvent locationAlgorithmEvent = in testChangingGeoDetectionEnabled() local
1184 LocationAlgorithmEvent locationAlgorithmEvent = in testTelephonyFallback_enableTelephonyTimeZoneFallbackCalled() local
1256 LocationAlgorithmEvent locationAlgorithmEvent = in testTelephonyFallback_enableTelephonyTimeZoneFallbackCalled() local
1322 LocationAlgorithmEvent locationAlgorithmEvent = in testTelephonyFallback_locationAlgorithmEventSuggestsFallback() local
1397 LocationAlgorithmEvent locationAlgorithmEvent = in testTelephonyFallback_locationAlgorithmEventSuggestsFallback() local
[all …]
H A DFakeTimeZoneDetectorStrategy.java99 public void handleLocationAlgorithmEvent(LocationAlgorithmEvent locationAlgorithmEvent) { in handleLocationAlgorithmEvent() argument
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DTimeZoneDetectorInternalImpl.java80 @NonNull LocationAlgorithmEvent locationAlgorithmEvent) { in handleLocationAlgorithmEvent()
81 Objects.requireNonNull(locationAlgorithmEvent); in handleLocationAlgorithmEvent()
86 locationAlgorithmEvent)); in handleLocationAlgorithmEvent()
H A DTimeZoneDetectorInternal.java66 void handleLocationAlgorithmEvent(@NonNull LocationAlgorithmEvent locationAlgorithmEvent); in handleLocationAlgorithmEvent() argument
H A DTimeZoneDetectorService.java303 void handleLocationAlgorithmEvent(@NonNull LocationAlgorithmEvent locationAlgorithmEvent) { in handleLocationAlgorithmEvent() argument
305 Objects.requireNonNull(locationAlgorithmEvent); in handleLocationAlgorithmEvent()
309 locationAlgorithmEvent)); in handleLocationAlgorithmEvent()