Searched refs:mRefreshInProgress (Results 1 – 1 of 1) sorted by relevance
62 private RefreshInProgress mRefreshInProgress = null; field in SafetyCenterRefreshTracker76 if (mRefreshInProgress != null) { in reportRefreshInProgress()77 Log.i(TAG, "Replacing ongoing refresh with id: " + mRefreshInProgress.getId()); in reportRefreshInProgress()88 mRefreshInProgress = in reportRefreshInProgress()101 if (mRefreshInProgress == null || mRefreshInProgress.isComplete()) { in getRefreshStatus()105 if (mRefreshInProgress.getReason() == REFRESH_REASON_RESCAN_BUTTON_CLICK) { in getRefreshStatus()118 if (mRefreshInProgress != null) { in getRefreshReason()119 return mRefreshInProgress.getReason(); in getRefreshReason()197 mRefreshInProgress = null; in reportSourceRefreshCompleted()234 if (mRefreshInProgress == null) { in clearRefreshForUser()[all …]