Searched defs:testFindingCountryCommon (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java175 testFindingCountryCommon(null);
179 testFindingCountryCommon(new HashSet<String>(Arrays.asList("passive")));
182 private void testFindingCountryCommon(Set<String> acceptableProviders) { method in class:LocationBasedCountryDetectorTest

Completed in 122 milliseconds