Searched defs:SourceKey (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | AssociationState.java | 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 814 long totalTime, ArrayMap<SourceKey, SourceState> inSources) { in createSortedAssociations() 836 ArrayList<Pair<SourceKey, SourceDumpContainer>> sources, long now, long totalTime, in dumpStats() 897 String prefixInnerInner, ArrayList<Pair<SourceKey, SourceDumpContainer>> sources, in dumpSources()
|
D | ProcessStats.java | 2408 QuintConsumer<AssociationState, Integer, String, SourceKey, SourceState> consumer) { in forEachAssociation() argument
|