Searched refs:conflictingWithRecord (Results 1 – 1 of 1) sorted by relevance
1184 SparseIntArray conflictingWithRecord = new SparseIntArray(); in getConflictingServices() local1196 conflictingWithRecord.clear(); in getConflictingServices()1210 conflictingWithRecord.put(serviceId, conflictType); in getConflictingServices()1213 for (int i = 0; i < conflictingWithRecord.size(); i++) { in getConflictingServices()1214 final int serviceId = conflictingWithRecord.keyAt(i); in getConflictingServices()1215 final int conflictType = conflictingWithRecord.valueAt(i); in getConflictingServices()