Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java281 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 …]
H A DProcessStats.java2560 final ArrayMap<SourceKey, SourceState> sources = procState.mCommonSources; in dumpFilteredAssociationStatesProtoForProc()