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.java62 private RefreshInProgress mRefreshInProgress = null;
89 new RefreshInProgress( in reportRefreshInProgress()
133 RefreshInProgress refreshInProgress = in reportSourceRefreshesInFlight()
160 RefreshInProgress refreshInProgress = in reportSourceRefreshCompleted()
260 RefreshInProgress clearedRefresh = clearRefreshInternal(); in timeoutRefresh()
319 private RefreshInProgress clearRefreshInternal() { in clearRefreshInternal()
320 RefreshInProgress refreshToClear = mRefreshInProgress; in clearRefreshInternal()
336 private RefreshInProgress getRefreshInProgressWithId( in getRefreshInProgressWithId()
338 RefreshInProgress refreshInProgress = mRefreshInProgress; in getRefreshInProgressWithId()
365 private static final class RefreshInProgress { class in SafetyCenterRefreshTracker
[all …]