Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java235 void stopActive(long now) { in stopActive() method in AssociationState.SourceState
236 boolean stopActive = false; in stopActive()
244 stopActive = mActiveStartUptime == 0; in stopActive()
274 if (commonSource != null && stopActive) { in stopActive()
275 commonSource.stopActive(now); in stopActive()
285 stopActive(now); in stopActiveIfNecessary()
360 stopActive(now); in stopTracking()
DProcessStats.java1458 act.stopActive(now); in updateTrackingAssociationsLocked()