Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterRefreshTracker.java266 ArraySet<SafetySourceKey> timedOutSources = clearedRefresh.getSourceRefreshesInFlight(); in timeoutRefresh() local
279 for (int i = 0; i < timedOutSources.size(); i++) { in timeoutRefresh()
280 SafetySourceKey sourceKey = timedOutSources.valueAt(i); in timeoutRefresh()
310 return timedOutSources; in timeoutRefresh()