Searched refs:mCommonSources (Results 1 – 2 of 2) sorted by relevance
174 ArrayMap<SourceKey, SourceState> mCommonSources; field in ProcessState281 if (other.mCommonSources != null) { in add()282 if (mCommonSources == null) { in add()283 mCommonSources = new ArrayMap<>(); in add()285 int size = other.mCommonSources.size(); in add()287 final SourceKey key = other.mCommonSources.keyAt(i); in add()288 SourceState state = mCommonSources.get(key); in add()291 mCommonSources.put(key, state); in add()293 state.add(other.mCommonSources.valueAt(i)); in add()308 if (mCommonSources != null) { in resetSafely()[all …]
2560 final ArrayMap<SourceKey, SourceState> sources = procState.mCommonSources; in dumpFilteredAssociationStatesProtoForProc()