Home
last modified time | relevance | path

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

/frameworks/base/location/tests/locationtests/src/android/location/
DCountryTester.java27 assertTrue(countryA.equalsIgnoreSource(countryB)); in testCountryEquals()
28 assertFalse(countryA.equalsIgnoreSource(countryC)); in testCountryEquals()
/frameworks/base/location/java/android/location/
DCountry.java194 public boolean equalsIgnoreSource(Country country) { in equalsIgnoreSource() method in Country