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

1 2

  /external/chromium_org/chrome/browser/extensions/api/location/
location_manager.h 21 class LocationManager;
34 class LocationManager : public BrowserContextKeyedAPI,
37 explicit LocationManager(content::BrowserContext* context);
38 virtual ~LocationManager();
54 static BrowserContextKeyedAPIFactory<LocationManager>* GetFactoryInstance();
56 // Convenience method to get the LocationManager for a context.
57 static LocationManager* Get(content::BrowserContext* context);
61 friend class BrowserContextKeyedAPIFactory<LocationManager>;
88 static const char* service_name() { return "LocationManager"; }
99 DISALLOW_COPY_AND_ASSIGN(LocationManager);
    [all...]
location_manager.cc 144 LocationManager* location_manager,
172 LocationManager* location_manager_;
186 LocationManager* location_manager,
247 LocationManager::LocationManager(content::BrowserContext* context)
252 void LocationManager::AddLocationRequest(
273 void LocationManager::RemoveLocationRequest(const std::string& extension_id,
290 LocationManager::~LocationManager() {
293 void LocationManager::GeopositionToApiCoordinates
    [all...]
  /packages/apps/Camera2/src_pd/com/android/camera/app/
LocationManager.java 29 public class LocationManager {
30 private static final Log.Tag TAG = new Log.Tag("LocationManager");
34 public LocationManager(Context context) {
  /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/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";
311 public LocationManager(Context context, ILocationManager service) {
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.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/21/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 367 milliseconds

1 2