Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DAssociationState.java137 if (commonSource != null) { in trackProcState()
147 if (commonSource != null) { in start()
148 commonSource.start(now); in start()
170 if (commonSource != null) { in stop()
171 commonSource.stop(now); in stop()
231 commonSource.startActive(now); in startActive()
275 if (commonSource != null && stopActive) { in stopActive()
276 commonSource.stopActive(now); in stopActive()
298 if (commonSource != null) { in stopTrackingProcState()
326 if (commonSource != null) { in resetSafely()
[all …]