Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterRefreshTracker.java134 getRefreshInProgressWithId("reportSourceRefreshesInFlight", refreshBroadcastId); in reportSourceRefreshesInFlight()
161 getRefreshInProgressWithId("reportSourceRefreshCompleted", refreshBroadcastId); in reportSourceRefreshCompleted()
336 private RefreshInProgress getRefreshInProgressWithId( in getRefreshInProgressWithId() method in SafetyCenterRefreshTracker
347 return getRefreshInProgressWithId(methodName, refreshBroadcastId) != null; in checkRefreshInProgress()