Home
last modified time | relevance | path

Searched defs:GPOSRecord (Results 1 – 2 of 2) sorted by relevance

/external/smack/src/org/xbill/DNS/
DGPOSRecord.java13 public class GPOSRecord extends Record { class
19 GPOSRecord() {} in GPOSRecord() method in GPOSRecord
47 GPOSRecord(Name name, int dclass, long ttl, double longitude, double latitude, in GPOSRecord() method in GPOSRecord
65 GPOSRecord(Name name, int dclass, long ttl, String longitude, String latitude, in GPOSRecord() method in GPOSRecord
DType.java253 types.add(GPOS, "GPOS", new GPOSRecord()); in types.add()