Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java135 final SourceState commonSource = getCommonSourceState(true); in trackProcState() local
136 if (commonSource != null) { in trackProcState()
137 commonSource.trackProcState(processState, seq, now); in trackProcState()
145 final SourceState commonSource = getCommonSourceState(true); in start() local
146 if (commonSource != null) { in start()
147 commonSource.start(now); in start()
168 final SourceState commonSource = getCommonSourceState(false); in stop() local
169 if (commonSource != null) { in stop()
170 commonSource.stop(now); in stop()
228 final SourceState commonSource = getCommonSourceState(true); in startActive() local
[all …]