Searched refs:conflictType (Results 1 – 3 of 3) sorted by relevance
1200 int conflictType = 0; in getConflictingServices() local1202 conflictType |= CONFLICT_SERVICE; in getConflictingServices()1205 conflictType |= CONFLICT_HOST; in getConflictingServices()1208 if (conflictType != 0) { in getConflictingServices()1210 conflictingWithRecord.put(serviceId, conflictType); in getConflictingServices()1215 final int conflictType = conflictingWithRecord.valueAt(i); in getConflictingServices() local1217 conflicting.put(serviceId, oldConflictType | conflictType); in getConflictingServices()
101 @NonNull MdnsInterfaceAdvertiser advertiser, int serviceId, int conflictType); in onServiceConflict() argument431 int conflictType = entry.getValue(); in handlePacket() local434 mCb.onServiceConflict(this, serviceId, conflictType); in handlePacket()
188 int conflictType) {191 + conflictType);216 if ((conflictType & CONFLICT_SERVICE) != 0) {224 if ((conflictType & CONFLICT_HOST) != 0) {