Searched refs:mCommonSources (Results 1 – 2 of 2) sorted by relevance
281 if (other.mCommonSources != null) { in add()282 if (mCommonSources == null) { in add()308 if (mCommonSources != null) { in resetSafely()314 mCommonSources.removeAt(ip); in resetSafely()349 final int numOfSources = mCommonSources != null ? mCommonSources.size() : 0; in writeToParcel()395 mCommonSources.put(key, src); in readFromParcel()530 if (mCommonSources != null) { in commitStateTime()826 if (mCommonSources == null) { in getOrCreateSourceState()827 mCommonSources = new ArrayMap<>(); in getOrCreateSourceState()832 mCommonSources.put(key, state); in getOrCreateSourceState()[all …]
2560 final ArrayMap<SourceKey, SourceState> sources = procState.mCommonSources; in dumpFilteredAssociationStatesProtoForProc()