Home
last modified time | relevance | path

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

/external/smack/src/org/xbill/DNS/
DRecord.java53 getEmptyRecord(Name name, int type, int dclass, long ttl, boolean hasData) { in getEmptyRecord() method in Record
82 rec = getEmptyRecord(name, type, dclass, ttl, in != null); in newRecord()
158 return getEmptyRecord(name, type, dclass, ttl, false); in newRecord()
471 rec = getEmptyRecord(name, type, dclass, ttl, true); in fromString()