FileDocCategorySizeDatePackage
LocationManager.javaAPI DocAndroid 5.1 API5634Sat Mar 14 14:09:34 GMT 2015android.location

LocationManager

public class LocationManager extends Object

Fields Summary
public static final String
GPS_PROVIDER
public static final String
KEY_LOCATION_CHANGED
public static final String
KEY_PROVIDER_ENABLED
public static final String
KEY_PROXIMITY_ENTERING
public static final String
KEY_STATUS_CHANGED
public static final String
MODE_CHANGED_ACTION
public static final String
NETWORK_PROVIDER
public static final String
PASSIVE_PROVIDER
public static final String
PROVIDERS_CHANGED_ACTION
Constructors Summary
LocationManager()

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleanaddGpsStatusListener(android.location.GpsStatus.Listener listener)

 throw new RuntimeException("Stub!"); 
public booleanaddNmeaListener(android.location.GpsStatus.NmeaListener listener)

 throw new RuntimeException("Stub!"); 
public voidaddProximityAlert(double latitude, double longitude, float radius, long expiration, android.app.PendingIntent intent)

 throw new RuntimeException("Stub!"); 
public voidaddTestProvider(java.lang.String name, boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy)

 throw new RuntimeException("Stub!"); 
public voidclearTestProviderEnabled(java.lang.String provider)

 throw new RuntimeException("Stub!"); 
public voidclearTestProviderLocation(java.lang.String provider)

 throw new RuntimeException("Stub!"); 
public voidclearTestProviderStatus(java.lang.String provider)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetAllProviders()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetBestProvider(android.location.Criteria criteria, boolean enabledOnly)

 throw new RuntimeException("Stub!"); 
public android.location.GpsStatusgetGpsStatus(android.location.GpsStatus status)

 throw new RuntimeException("Stub!"); 
public android.location.LocationgetLastKnownLocation(java.lang.String provider)

 throw new RuntimeException("Stub!"); 
public android.location.LocationProvidergetProvider(java.lang.String name)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetProviders(boolean enabledOnly)

 throw new RuntimeException("Stub!"); 
public java.util.ListgetProviders(android.location.Criteria criteria, boolean enabledOnly)

 throw new RuntimeException("Stub!"); 
public booleanisProviderEnabled(java.lang.String provider)

 throw new RuntimeException("Stub!"); 
public voidremoveGpsStatusListener(android.location.GpsStatus.Listener listener)

 throw new RuntimeException("Stub!"); 
public voidremoveNmeaListener(android.location.GpsStatus.NmeaListener listener)

 throw new RuntimeException("Stub!"); 
public voidremoveProximityAlert(android.app.PendingIntent intent)

 throw new RuntimeException("Stub!"); 
public voidremoveTestProvider(java.lang.String provider)

 throw new RuntimeException("Stub!"); 
public voidremoveUpdates(android.location.LocationListener listener)

 throw new RuntimeException("Stub!"); 
public voidremoveUpdates(android.app.PendingIntent intent)

 throw new RuntimeException("Stub!"); 
public voidrequestLocationUpdates(java.lang.String provider, long minTime, float minDistance, android.app.PendingIntent intent)

 throw new RuntimeException("Stub!"); 
public voidrequestLocationUpdates(long minTime, float minDistance, android.location.Criteria criteria, android.app.PendingIntent intent)

 throw new RuntimeException("Stub!"); 
public voidrequestLocationUpdates(java.lang.String provider, long minTime, float minDistance, android.location.LocationListener listener)

 throw new RuntimeException("Stub!"); 
public voidrequestLocationUpdates(java.lang.String provider, long minTime, float minDistance, android.location.LocationListener listener, android.os.Looper looper)

 throw new RuntimeException("Stub!"); 
public voidrequestLocationUpdates(long minTime, float minDistance, android.location.Criteria criteria, android.location.LocationListener listener, android.os.Looper looper)

 throw new RuntimeException("Stub!"); 
public voidrequestSingleUpdate(java.lang.String provider, android.location.LocationListener listener, android.os.Looper looper)

 throw new RuntimeException("Stub!"); 
public voidrequestSingleUpdate(android.location.Criteria criteria, android.location.LocationListener listener, android.os.Looper looper)

 throw new RuntimeException("Stub!"); 
public voidrequestSingleUpdate(java.lang.String provider, android.app.PendingIntent intent)

 throw new RuntimeException("Stub!"); 
public voidrequestSingleUpdate(android.location.Criteria criteria, android.app.PendingIntent intent)

 throw new RuntimeException("Stub!"); 
public booleansendExtraCommand(java.lang.String provider, java.lang.String command, android.os.Bundle extras)

 throw new RuntimeException("Stub!"); 
public voidsetTestProviderEnabled(java.lang.String provider, boolean enabled)

 throw new RuntimeException("Stub!"); 
public voidsetTestProviderLocation(java.lang.String provider, android.location.Location loc)

 throw new RuntimeException("Stub!"); 
public voidsetTestProviderStatus(java.lang.String provider, int status, android.os.Bundle extras, long updateTime)

 throw new RuntimeException("Stub!");