HomeSort by relevance Sort by last modified time
    Searched refs:onCountryDetected (Results 1 - 11 of 11) sorted by null

  /frameworks/base/location/java/android/location/
CountryListener.java 29 void onCountryDetected(Country country);
ICountryListener.aidl 25 void onCountryDetected(in Country country);
CountryDetector.java 72 public void onCountryDetected(final Country country) {
75 mListener.onCountryDetected(country);
  /frameworks/base/services/core/java/com/android/server/location/
CountryDetectorBase.java 69 mListener.onCountryDetected(country);
ComprehensiveCountryDetector.java 134 public void onCountryDetected(Country country) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java 60 public void onCountryDetected(Country country) {
  /frameworks/base/services/core/java/com/android/server/
CountryDetectorService.java 161 receiver.getListener().onCountryDetected(country);
178 public void onCountryDetected(final Country country) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java 31 public void onCountryDetected(Country country) throws RemoteException {
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java 129 public void onCountryDetected(Country country) {
LocationBasedCountryDetectorTest.java 158 public void onCountryDetected(Country country) {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallLogManagerTest.java 643 listener.onCountryDetected(testCountry2);
    [all...]

Completed in 2798 milliseconds