Searched refs:sourceProcesses (Results 1 – 1 of 1) sorted by relevance
9191 for (int i4=0, N4=sourceProcesses.size(); i4<N4; i4++) { in dumpAssociationsLocked()9192 Association ass = sourceProcesses.valueAt(i4); in dumpAssociationsLocked()14184 if (sourceProcesses == null) { in startAssociationLocked()14185 sourceProcesses = new ArrayMap<>(); in startAssociationLocked()14186 sourceUids.put(sourceUid, sourceProcesses); in startAssociationLocked()14188 Association ass = sourceProcesses.get(sourceProcess); in startAssociationLocked()14192 sourceProcesses.put(sourceProcess, ass); in startAssociationLocked()14218 if (sourceProcesses == null) { in stopAssociationLocked()14221 Association ass = sourceProcesses.get(sourceProcess); in stopAssociationLocked()14247 if (sourceProcesses != null) { in noteUidProcessState()[all …]