Searched refs:SourceKey (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | AssociationState.java | 68 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 D | ProcessState.java | 68 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 D | ProcessStats.java | 44 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 D | preloaded-classes | 10684 com.android.internal.app.procstats.AssociationState$SourceKey
|
H A D | boot-image-profile.txt | 33483 Lcom/android/internal/app/procstats/AssociationState$SourceKey;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 10715 com.android.internal.app.procstats.AssociationState$SourceKey
|
H A D | boot-image-profile.txt | 43617 Lcom/android/internal/app/procstats/AssociationState$SourceKey;
|