Searched refs:civicLocation (Results 1 – 2 of 2) sorted by relevance
102 CivicLocation civicLocation = new CivicLocation(sTestCivicLocationBuffer, null); in testCivicLocationNullCountryCode() local104 boolean valid = civicLocation.isValid(); in testCivicLocationNullCountryCode()114 CivicLocation civicLocation = new CivicLocation(sTestCivicLocationBuffer, "X"); in testCivicLocationCountryCodeTooShort() local116 boolean valid = civicLocation.isValid(); in testCivicLocationCountryCodeTooShort()126 CivicLocation civicLocation = new CivicLocation(sTestCivicLocationBuffer, "XYZ"); in testCivicLocationCountryCodeTooLong() local128 boolean valid = civicLocation.isValid(); in testCivicLocationCountryCodeTooLong()138 CivicLocation civicLocation = new CivicLocation(null, sUsCountryCode); in testCivicLocationNullBuffer() local140 boolean valid = civicLocation.isValid(); in testCivicLocationNullBuffer()150 CivicLocation civicLocation = new CivicLocation(sEmptyBuffer, sUsCountryCode); in testCivicLocationEmptyBuffer() local152 boolean valid = civicLocation.isValid(); in testCivicLocationEmptyBuffer()[all …]
769 CivicLocation civicLocation = in parseSubelementLocationCivic() local773 if (!civicLocation.isValid()) { in parseSubelementLocationCivic()776 this.mCivicLocation = civicLocation; in parseSubelementLocationCivic()777 mCivicLocationString = civicLocation.toString(); in parseSubelementLocationCivic()