Searched defs:SourceKey (Results 1 – 1 of 1) 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 818 long totalTime, ArrayMap<SourceKey, SourceState> inSources) { in createSortedAssociations() 840 ArrayList<Pair<SourceKey, SourceDumpContainer>> sources, long now, long totalTime, in dumpStats() 901 String prefixInnerInner, ArrayList<Pair<SourceKey, SourceDumpContainer>> sources, in dumpSources()
|