Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java67 private @Nullable SourceState mCommonSourceState; field in AssociationState.SourceState
107 if (mCommonSourceState == null && createIfNeeded) { in getCommonSourceState()
108 mCommonSourceState = mTargetProcess.getOrCreateSourceState(mKey); in getCommonSourceState()
110 return mCommonSourceState; in getCommonSourceState()
328 mCommonSourceState = null; in resetSafely()