Searched refs:sourceProcesses (Results 1 – 1 of 1) sorted by relevance
10449 for (int i4=0, N4=sourceProcesses.size(); i4<N4; i4++) { in dumpAssociationsLocked()10450 Association ass = sourceProcesses.valueAt(i4); in dumpAssociationsLocked()16187 if (sourceProcesses == null) { in startAssociationLocked()16188 sourceProcesses = new ArrayMap<>(); in startAssociationLocked()16189 sourceUids.put(sourceUid, sourceProcesses); in startAssociationLocked()16191 Association ass = sourceProcesses.get(sourceProcess); in startAssociationLocked()16195 sourceProcesses.put(sourceProcess, ass); in startAssociationLocked()16221 if (sourceProcesses == null) { in stopAssociationLocked()16224 Association ass = sourceProcesses.get(sourceProcess); in stopAssociationLocked()16250 if (sourceProcesses != null) { in noteUidProcessState()[all …]