Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java68 final SourceKey mKey;
85 @NonNull ProcessState targetProcess, SourceKey key) { in SourceState()
487 public static final class SourceKey { class in AssociationState
505 SourceKey(int uid, String process, String pkg) { in SourceKey() method in AssociationState.SourceKey
511 SourceKey(ProcessStats stats, Parcel in, int parcelVersion) { in SourceKey() method in AssociationState.SourceKey
524 if (!(o instanceof SourceKey)) { in equals()
527 SourceKey s = (SourceKey) o; in equals()
555 final ArrayMap<SourceKey, SourceState> mSources = new ArrayMap<>();
557 private static final SourceKey sTmpSourceKey = new SourceKey(0, null, null);
613 SourceKey key = new SourceKey(uid, processName, packageName); in startSource()
[all …]
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()
809 SourceState getOrCreateSourceState(SourceKey key) { in getOrCreateSourceState()
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()
/frameworks/base/config/
Ddirty-image-objects108 …/AssociationState;.sTmpSourceKey:Lcom/android/internal/app/procstats/AssociationState$SourceKey; 18
Dpreloaded-classes11451 com.android.internal.app.procstats.AssociationState$SourceKey
/frameworks/base/boot/
Dpreloaded-classes11415 com.android.internal.app.procstats.AssociationState$SourceKey
Dboot-image-profile.txt34756 Lcom/android/internal/app/procstats/AssociationState$SourceKey;