Searched refs:SourceKey (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | AssociationState.java | 68 final SourceKey mKey; 85 @NonNull ProcessState targetProcess, SourceKey key) { in SourceState() 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 524 if (!(o instanceof SourceKey)) { in equals() 527 SourceKey s = (SourceKey) o; in equals() 555 final ArrayMap<SourceKey, SourceState> mSources = new ArrayMap<>(); 557 private static final SourceKey sTmpSourceKey = new SourceKey(0, null, null); 613 SourceKey key = new SourceKey(uid, processName, packageName); in startSource() [all …]
|
D | ProcessState.java | 68 import com.android.internal.app.procstats.AssociationState.SourceKey; 174 ArrayMap<SourceKey, SourceState> mCommonSources; 287 final SourceKey key = other.mCommonSources.keyAt(i); in add() 352 final SourceKey key = mCommonSources.keyAt(i); in writeToParcel() 392 final SourceKey key = new SourceKey(mStats, in, version); in readFromParcel() 809 SourceState getOrCreateSourceState(SourceKey key) { in getOrCreateSourceState()
|
D | ProcessStats.java | 44 import com.android.internal.app.procstats.AssociationState.SourceKey; 1567 ArrayList<Pair<AssociationState.SourceKey, AssociationState.SourceDumpContainer>> mSources; 2408 QuintConsumer<AssociationState, Integer, String, SourceKey, SourceState> consumer) { in forEachAssociation() argument 2427 final SourceKey key = asc.mSources.keyAt(is); in forEachAssociation() 2560 final ArrayMap<SourceKey, SourceState> sources = procState.mCommonSources; in dumpFilteredAssociationStatesProtoForProc() 2576 final SourceKey key = sources.keyAt(i); in dumpFilteredAssociationStatesProtoForProc()
|
/frameworks/base/config/ |
D | dirty-image-objects | 108 …/AssociationState;.sTmpSourceKey:Lcom/android/internal/app/procstats/AssociationState$SourceKey; 18
|
D | preloaded-classes | 11451 com.android.internal.app.procstats.AssociationState$SourceKey
|
/frameworks/base/boot/ |
D | preloaded-classes | 11415 com.android.internal.app.procstats.AssociationState$SourceKey
|
D | boot-image-profile.txt | 34756 Lcom/android/internal/app/procstats/AssociationState$SourceKey;
|