Searched refs:TYPE_IGNORE (Results 1 – 3 of 3) sorted by relevance
17 TYPE_IGNORE("ignore", 0), enumConstant292 return TYPE_IGNORE; in typeForName()304 return TYPE_IGNORE; in typeForIndex()
273 if (type == DNSRecordType.TYPE_IGNORE) { in readQuestion()285 if (type == DNSRecordType.TYPE_IGNORE) { in readAnswer()
129 return (_recordType != null ? _recordType : DNSRecordType.TYPE_IGNORE); in getRecordType()