OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestCountryDetector
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java
24
private class
TestCountryDetector
extends ComprehensiveCountryDetector {
32
public
TestCountryDetector
() {
145
TestCountryDetector
.COUNTRY_ISO, Country.COUNTRY_SOURCE_NETWORK);
146
TestCountryDetector
countryDetector = new
TestCountryDetector
() {
164
TestCountryDetector
.COUNTRY_ISO, Country.COUNTRY_SOURCE_SIM);
166
TestCountryDetector
.COUNTRY_ISO, Country.COUNTRY_SOURCE_LOCATION);
167
TestCountryDetector
countryDetector = new
TestCountryDetector
() {
189
TestCountryDetector
.COUNTRY_ISO, Country.COUNTRY_SOURCE_LOCALE)
[
all
...]
LocationBasedCountryDetectorTest.java
37
private class
TestCountryDetector
extends LocationBasedCountryDetector {
46
public
TestCountryDetector
(String country, String provider) {
50
public
TestCountryDetector
(String country, String provider, long queryLocationTimeout) {
186
TestCountryDetector
detector = new
TestCountryDetector
(country, provider);
202
assertEquals(
TestCountryDetector
.TOTAL_PROVIDERS, detector.getListenersCount());
223
TestCountryDetector
detector = new
TestCountryDetector
(country, provider);
226
assertEquals(
TestCountryDetector
.TOTAL_PROVIDERS, detector.getListenersCount());
248
TestCountryDetector
detector = new TestCountryDetector(country, provider)
[
all
...]
Completed in 2625 milliseconds