Home
last modified time | relevance | path

Searched refs:EVENT_TYPE_SUGGESTION (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DTimeZoneProviderEvent.java33 value = { EVENT_TYPE_PERMANENT_FAILURE, EVENT_TYPE_SUGGESTION, EVENT_TYPE_UNCERTAIN })
46 public static final int EVENT_TYPE_SUGGESTION = 2; field in TimeZoneProviderEvent
77 return new TimeZoneProviderEvent(EVENT_TYPE_SUGGESTION, in createSuggestionEvent()
H A DLocationTimeZoneProvider.java31 …rt static com.android.server.timezonedetector.location.TimeZoneProviderEvent.EVENT_TYPE_SUGGESTION;
664 case EVENT_TYPE_SUGGESTION: in handleTimeZoneProviderEvent()
701 case EVENT_TYPE_SUGGESTION: { in handleTimeZoneProviderEvent()
H A DControllerImpl.java29 …rt static com.android.server.timezonedetector.location.TimeZoneProviderEvent.EVENT_TYPE_SUGGESTION;
468 case EVENT_TYPE_SUGGESTION: { in handleProviderStartedStateChange()