Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsRecordRepository.java1189 final RecordConflictType conflictForService = in getConflictingServices() local
1190 conflictForService(record, registration); in getConflictingServices()
1194 if (conflictForService == RecordConflictType.IDENTICAL in getConflictingServices()
1201 if (conflictForService == RecordConflictType.CONFLICT) { in getConflictingServices()
1224 private static RecordConflictType conflictForService( in conflictForService() method in MdnsRecordRepository