Searched refs:refreshInProgress (Results 1 – 1 of 1) sorted by relevance
133 RefreshInProgress refreshInProgress = in reportSourceRefreshesInFlight() local135 if (refreshInProgress == null) { in reportSourceRefreshesInFlight()140 refreshInProgress.markSourceRefreshInFlight(key); in reportSourceRefreshesInFlight()160 RefreshInProgress refreshInProgress = in reportSourceRefreshCompleted() local162 if (refreshInProgress == null) { in reportSourceRefreshCompleted()167 refreshInProgress.markSourceRefreshComplete( in reportSourceRefreshCompleted()169 int refreshReason = refreshInProgress.getReason(); in reportSourceRefreshCompleted()184 if (!refreshInProgress.isComplete()) { in reportSourceRefreshCompleted()188 Log.v(TAG, "Refresh with id: " + refreshInProgress.getId() + " completed"); in reportSourceRefreshCompleted()190 toSystemEventResult(/* success= */ !refreshInProgress.hasAnyTrackedSourceErrors()); in reportSourceRefreshCompleted()[all …]