Searched defs:SourceKey (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | AssociationState.java | 488 public static final class SourceKey { class in AssociationState 506 SourceKey(int uid, String process, String pkg) { in SourceKey() method in AssociationState.SourceKey 512 SourceKey(ProcessStats stats, Parcel in, int parcelVersion) { in SourceKey() method in AssociationState.SourceKey 819 long totalTime, ArrayMap<SourceKey, SourceState> inSources) { in createSortedAssociations() 841 ArrayList<Pair<SourceKey, SourceDumpContainer>> sources, long now, long totalTime, in dumpStats() 902 String prefixInnerInner, ArrayList<Pair<SourceKey, SourceDumpContainer>> sources, in dumpSources()
|
H A D | ProcessStats.java | 2408 QuintConsumer<AssociationState, Integer, String, SourceKey, SourceState> consumer) { in forEachAssociation() argument
|