Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DAssociationState.java68 final SourceKey mKey;
488 public static final class SourceKey { class in AssociationState
506 SourceKey(int uid, String process, String pkg) { in SourceKey() method in AssociationState.SourceKey
525 if (!(o instanceof SourceKey)) { in equals()
528 SourceKey s = (SourceKey) o; in equals()
558 private static final SourceKey sTmpSourceKey = new SourceKey(0, null, null);
614 SourceKey key = new SourceKey(uid, processName, packageName); in startSource()
719 final SourceKey key = mSources.keyAt(isrc); in writeToParcel()
740 final SourceKey key = new SourceKey(stats, in, parcelVersion); in readFromParcel()
790 final SourceKey key = mSources.keyAt(isrc); in hasProcessOrPackage()
[all …]
H A DProcessState.java68 import com.android.internal.app.procstats.AssociationState.SourceKey;
174 ArrayMap<SourceKey, SourceState> mCommonSources;
287 final SourceKey key = other.mCommonSources.keyAt(i); in add()
352 final SourceKey key = mCommonSources.keyAt(i); in writeToParcel()
392 final SourceKey key = new SourceKey(mStats, in, version); in readFromParcel()
825 SourceState getOrCreateSourceState(SourceKey key) { in getOrCreateSourceState()
H A DProcessStats.java44 import com.android.internal.app.procstats.AssociationState.SourceKey;
1567 ArrayList<Pair<AssociationState.SourceKey, AssociationState.SourceDumpContainer>> mSources;
2408 QuintConsumer<AssociationState, Integer, String, SourceKey, SourceState> consumer) { in forEachAssociation() argument
2427 final SourceKey key = asc.mSources.keyAt(is); in forEachAssociation()
2560 final ArrayMap<SourceKey, SourceState> sources = procState.mCommonSources; in dumpFilteredAssociationStatesProtoForProc()
2576 final SourceKey key = sources.keyAt(i); in dumpFilteredAssociationStatesProtoForProc()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes10684 com.android.internal.app.procstats.AssociationState$SourceKey
H A Dboot-image-profile.txt33483 Lcom/android/internal/app/procstats/AssociationState$SourceKey;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes10715 com.android.internal.app.procstats.AssociationState$SourceKey
H A Dboot-image-profile.txt43617 Lcom/android/internal/app/procstats/AssociationState$SourceKey;