Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetySourceDataRepository.java64 private final ArrayMap<SafetySourceKey, Integer> mSourceStates = new ArrayMap<>(); field in SafetySourceDataRepository
109 mSourceStates.put(key, SAFETY_SOURCE_STATE_COLLECTED__SOURCE_STATE__SOURCE_CLEARED); in setSafetySourceDataInternal()
115 mSourceStates.put(key, SAFETY_SOURCE_STATE_COLLECTED__SOURCE_STATE__DATA_PROVIDED); in setSafetySourceDataInternal()
177 mSourceStates.put( in reportSafetySourceError()
189 mSourceStates.put(sourceKey, SAFETY_SOURCE_STATE_COLLECTED__SOURCE_STATE__REFRESH_TIMEOUT); in markSafetySourceRefreshTimedOut()
287 Integer sourceState = mSourceStates.get(sourceKey); in getSourceState()
300 mSourceStates.clear(); in clear()
324 for (int i = mSourceStates.size() - 1; i >= 0; i--) { in clearForUser()
325 SafetySourceKey sourceKey = mSourceStates.keyAt(i); in clearForUser()
327 mSourceStates.removeAt(i); in clearForUser()
[all …]