Home
last modified time | relevance | path

Searched defs:SourceKey (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java235 public static final class SourceKey { class in AssociationState
253 SourceKey(int uid, String process, String pkg) { in SourceKey() method in AssociationState.SourceKey
670 ArrayList<Pair<SourceKey, SourceDumpContainer>> sources, long now, long totalTime, in dumpStats()