Home
last modified time | relevance | path

Searched refs:SourceKey (Results 1 – 2 of 2) 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 …]
/frameworks/base/config/
Dboot-image-profile.txt20003 HSPLcom/android/internal/app/procstats/AssociationState$SourceKey;->equals(Ljava/lang/Object;)Z
20004 HSPLcom/android/internal/app/procstats/AssociationState$SourceKey;->hashCode()I
37294 Lcom/android/internal/app/procstats/AssociationState$SourceKey;