HomeSort by relevance Sort by last modified time
    Searched defs:LocationManager (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/location/
location_manager.h 23 class LocationManager;
36 class LocationManager
39 public base::SupportsWeakPtr<LocationManager> {
41 explicit LocationManager(Profile* profile);
42 virtual ~LocationManager();
58 static ProfileKeyedAPIFactory<LocationManager>* GetFactoryInstance();
60 // Convenience method to get the LocationManager for a profile.
61 static LocationManager* Get(Profile* profile);
65 friend class ProfileKeyedAPIFactory<LocationManager>;
89 static const char* service_name() { return "LocationManager"; }
    [all...]
location_manager.cc 148 const base::WeakPtr<LocationManager>& location_manager,
193 const base::WeakPtr<LocationManager> location_manager_;
206 const base::WeakPtr<LocationManager>& location_manager,
270 base::Bind(&LocationManager::SendLocationUpdate,
299 LocationManager::LocationManager(Profile* profile)
307 void LocationManager::AddLocationRequest(
329 void LocationManager::RemoveLocationRequest(const std::string& extension_id,
346 LocationManager::~LocationManager() {
    [all...]
  /development/apps/SdkSetup/src/com/android/sdksetup/
DefaultActivity.java 24 import android.location.LocationManager;
46 LocationManager.GPS_PROVIDER);
  /packages/apps/Camera/src/com/android/camera/
LocationManager.java 28 public class LocationManager {
29 private static final String TAG = "LocationManager";
33 private android.location.LocationManager mLocationManager;
37 new LocationListener(android.location.LocationManager.GPS_PROVIDER),
38 new LocationListener(android.location.LocationManager.NETWORK_PROVIDER)
46 public LocationManager(Context context, Listener listener) {
76 mLocationManager = (android.location.LocationManager)
82 android.location.LocationManager.NETWORK_PROVIDER,
93 android.location.LocationManager.GPS_PROVIDER,
142 android.location.LocationManager.GPS_PROVIDER.equals(mProvider))
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
LocationManager.java 28 public class LocationManager {
29 private static final String TAG = "LocationManager";
33 private android.location.LocationManager mLocationManager;
37 new LocationListener(android.location.LocationManager.GPS_PROVIDER),
38 new LocationListener(android.location.LocationManager.NETWORK_PROVIDER)
46 public LocationManager(Context context, Listener listener) {
76 mLocationManager = (android.location.LocationManager)
82 android.location.LocationManager.NETWORK_PROVIDER,
93 android.location.LocationManager.GPS_PROVIDER,
142 android.location.LocationManager.GPS_PROVIDER.equals(mProvider))
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
LocationManager.java 28 public class LocationManager {
29 private static final String TAG = "LocationManager";
33 private android.location.LocationManager mLocationManager;
37 new LocationListener(android.location.LocationManager.GPS_PROVIDER),
38 new LocationListener(android.location.LocationManager.NETWORK_PROVIDER)
46 public LocationManager(Context context, Listener listener) {
76 mLocationManager = (android.location.LocationManager)
82 android.location.LocationManager.NETWORK_PROVIDER,
93 android.location.LocationManager.GPS_PROVIDER,
142 android.location.LocationManager.GPS_PROVIDER.equals(mProvider))
    [all...]
  /frameworks/base/location/java/android/location/
LocationManager.java 57 public class LocationManager {
58 private static final String TAG = "LocationManager";
309 public LocationManager(Context context, ILocationManager service) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1012 milliseconds