Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/location/
DCountryDetector.java113 final Intent activeIntent = new Intent(context, LocationChangedReceiver.class); in registerForLocationUpdates()
201 public static class LocationChangedReceiver extends BroadcastReceiver { class in CountryDetector