HomeSort by relevance Sort by last modified time
    Searched refs:GPOSRecord (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/xbill/DNS/
GPOSRecord.java 13 public class GPOSRecord extends Record {
19 GPOSRecord() {}
23 return new GPOSRecord();
47 GPOSRecord(Name name, int dclass, long ttl, double longitude, double latitude,
65 GPOSRecord(Name name, int dclass, long ttl, String longitude, String latitude,
Type.java 253 types.add(GPOS, "GPOS", new GPOSRecord());

Completed in 76 milliseconds