Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterRefreshTracker.java133 RefreshInProgress refreshInProgress = in reportSourceRefreshesInFlight() local
135 if (refreshInProgress == null) { in reportSourceRefreshesInFlight()
140 refreshInProgress.markSourceRefreshInFlight(key); in reportSourceRefreshesInFlight()
160 RefreshInProgress refreshInProgress = in reportSourceRefreshCompleted() local
162 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 …]