Searched defs:SourceKey (Results  1 – 2 of 2) sorted by relevance
| /frameworks/base/core/java/com/android/internal/app/procstats/ | 
| D | AssociationState.java | 488     public static final class SourceKey {  class in AssociationState506         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()
 
 | 
| D | ProcessStats.java | 2408             QuintConsumer<AssociationState, Integer, String, SourceKey, SourceState> consumer) {  in forEachAssociation()  argument
 |