Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java45 final SourceKey mKey;
60 SourceState(SourceKey key) { in SourceState()
184 private final static class SourceKey { class in AssociationState
202 SourceKey(int uid, String process, String pkg) { in SourceKey() method in AssociationState.SourceKey
209 if (!(o instanceof SourceKey)) { in equals()
212 SourceKey s = (SourceKey) o; in equals()
240 private final ArrayMap<SourceKey, SourceState> mSources = new ArrayMap<>();
242 private final SourceKey mTmpSourceKey = new SourceKey(0, null, null);
287 SourceKey key = new SourceKey(uid, processName, packageName); in startSource()
302 final SourceKey key = other.mSources.keyAt(isrc); in add()
[all …]