Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/timezone/
DTimeZoneProviderService.java232 TimeZoneProviderEvent thisEvent = in reportSuggestionInternal() local
235 if (shouldSendEvent(thisEvent)) { in reportSuggestionInternal()
236 manager.onTimeZoneProviderEvent(thisEvent); in reportSuggestionInternal()
237 mLastEventSent = thisEvent; in reportSuggestionInternal()
278 TimeZoneProviderEvent thisEvent = in reportUncertainInternal() local
281 if (shouldSendEvent(thisEvent)) { in reportUncertainInternal()
282 manager.onTimeZoneProviderEvent(thisEvent); in reportUncertainInternal()
283 mLastEventSent = thisEvent; in reportUncertainInternal()
306 TimeZoneProviderEvent thisEvent = in reportPermanentFailure() local
309 if (shouldSendEvent(thisEvent)) { in reportPermanentFailure()
[all …]