Home
last modified time | relevance | path

Searched refs:conflictType (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsRecordRepository.java1200 int conflictType = 0; in getConflictingServices() local
1202 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() local
1217 conflicting.put(serviceId, oldConflictType | conflictType); in getConflictingServices()
DMdnsInterfaceAdvertiser.java101 @NonNull MdnsInterfaceAdvertiser advertiser, int serviceId, int conflictType); in onServiceConflict() argument
431 int conflictType = entry.getValue(); in handlePacket() local
434 mCb.onServiceConflict(this, serviceId, conflictType); in handlePacket()
DMdnsAdvertiser.java188 int conflictType) {
191 + conflictType);
216 if ((conflictType & CONFLICT_SERVICE) != 0) {
224 if ((conflictType & CONFLICT_HOST) != 0) {