/frameworks/base/services/core/java/com/android/server/location/countrydetector/ |
D | ComprehensiveCountryDetector.java | 138 detectCountry(true, false); 149 public Country detectCountry() { in detectCountry() method in ComprehensiveCountryDetector 151 return detectCountry(false, !mStopped); in detectCountry() 270 private Country detectCountry(boolean notifyChange, boolean startLocationBasedDetection) { in detectCountry() method in ComprehensiveCountryDetector 305 detectCountry(false, true); in setCountryListener() 369 mLocationBasedCountryDetector.detectCountry(); in startLocationBasedDetector() 427 detectCountry(false, true); in scheduleLocationRefresh() 455 detectCountry(true, true); in addPhoneStateListener()
|
D | CountryDetectorBase.java | 52 public abstract Country detectCountry(); in detectCountry() method in CountryDetectorBase
|
D | LocationBasedCountryDetector.java | 164 public synchronized Country detectCountry() { in detectCountry() method in LocationBasedCountryDetector
|
/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/ |
D | ComprehensiveCountryDetectorTest.java | 62 public Country detectCountry() { in createLocationBasedCountryDetector() 154 Country country = countryDetector.detectCountry(); 175 Country country = countryDetector.detectCountry(); 198 Country country = countryDetector.detectCountry(); 219 Country country = countryDetector.detectCountry(); 240 Country country = countryDetector.detectCountry(); 256 Country country = countryDetector.detectCountry();
|
D | LocationBasedCountryDetectorTest.java | 193 detector.detectCountry(); in testFindingCountryCommon() 225 detector.detectCountry(); in testFindingCountryCancelled() 250 detector.detectCountry(); in testFindingLocationCancelled() 274 detector.detectCountry(); in testFindingLocationFailed() 305 detector.detectCountry(); in testFindingCountryFailed() 329 detector.detectCountry(); in testFindingCountryWithLastKnownLocation()
|
D | CustomCountryDetectorTestClass.java | 28 public Country detectCountry() { in detectCountry() method in CustomCountryDetectorTestClass
|
/frameworks/base/location/java/android/location/ |
D | CountryDetector.java | 105 public Country detectCountry() { in detectCountry() method in CountryDetector 107 return mService.detectCountry(); in detectCountry()
|
D | ICountryDetector.aidl | 33 Country detectCountry(); in detectCountry() method
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | Utils.java | 36 Country country = detector.detectCountry(); in getCurrentCountryIso()
|
/frameworks/base/services/core/java/com/android/server/ |
D | CountryDetectorService.java | 116 public Country detectCountry() { in detectCountry() method in CountryDetectorService 120 return mCountryDetector.detectCountry(); in detectCountry()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | CountryDetectorServiceTest.java | 170 expect.that(mCountryDetectorService.detectCountry()).isNull(); in detectCountry_serviceNotReady_returnNull()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GsmSmsDispatcherTest.java | 180 when(mCountryDetector.detectCountry()) in testSendSmsToRegularNumber_doesNotNotifyblockedNumberProvider() 199 when(mCountryDetector.detectCountry()) in testSendSmsToEmergencyNumber_notifiesBlockedNumberProvider()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | CallerInfo.java | 718 Country country = detector.detectCountry(); in getCurrentCountryIso()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 2049 final Country country = detector.detectCountry(); in getCurrentCountryIso()
|
/frameworks/base/services/ |
D | art-profile | 1264 HPLcom/android/server/CountryDetectorService;->detectCountry()Landroid/location/Country;+]Lcom/andr… 21708 HPLcom/android/server/location/countrydetector/ComprehensiveCountryDetector;->detectCountry()Landro… 21709 HPLcom/android/server/location/countrydetector/ComprehensiveCountryDetector;->detectCountry(ZZ)Land… 21738 HPLcom/android/server/location/countrydetector/LocationBasedCountryDetector;->detectCountry()Landro…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 26004 Landroid/location/ICountryDetector$Stub$Proxy;->detectCountry()Landroid/location/Country; 26014 Landroid/location/ICountryDetector;->detectCountry()Landroid/location/Country;
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 10627 HSPLandroid/location/CountryDetector;->detectCountry()Landroid/location/Country;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 10622 HSPLandroid/location/CountryDetector;->detectCountry()Landroid/location/Country;
|