Searched refs:LocationListener (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DLocationManager.java36 LocationListener [] mLocationListeners = new LocationListener[] {
37 new LocationListener(android.location.LocationManager.GPS_PROVIDER),
38 new LocationListener(android.location.LocationManager.NETWORK_PROVIDER)
121 private class LocationListener class in class:LocationManager
122 implements android.location.LocationListener {
127 public LocationListener(String provider) { method in class:LocationManager.LocationListener
/packages/apps/LegacyCamera/src/com/android/camera/
H A DLocationManager.java36 LocationListener [] mLocationListeners = new LocationListener[] {
37 new LocationListener(android.location.LocationManager.GPS_PROVIDER),
38 new LocationListener(android.location.LocationManager.NETWORK_PROVIDER)
121 private class LocationListener class in class:LocationManager
122 implements android.location.LocationListener {
127 public LocationListener(String provider) { method in class:LocationManager.LocationListener
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
H A DGrassRS.java33 import android.location.LocationListener;
357 private class LocationUpdater implements LocationListener {

Completed in 74 milliseconds