Searched refs:SourceKey (Results 1 – 2 of 2) sorted by relevance
45 final SourceKey mKey;60 SourceState(SourceKey key) { in SourceState()184 private final static class SourceKey { class in AssociationState202 SourceKey(int uid, String process, String pkg) { in SourceKey() method in AssociationState.SourceKey209 if (!(o instanceof SourceKey)) { in equals()212 SourceKey s = (SourceKey) o; in equals()240 private final ArrayMap<SourceKey, SourceState> mSources = new ArrayMap<>();242 private final SourceKey mTmpSourceKey = new SourceKey(0, null, null);287 SourceKey key = new SourceKey(uid, processName, packageName); in startSource()302 final SourceKey key = other.mSources.keyAt(isrc); in add()[all …]
20003 HSPLcom/android/internal/app/procstats/AssociationState$SourceKey;->equals(Ljava/lang/Object;)Z20004 HSPLcom/android/internal/app/procstats/AssociationState$SourceKey;->hashCode()I37294 Lcom/android/internal/app/procstats/AssociationState$SourceKey;