HomeSort by relevance Sort by last modified time
    Searched full:locationrequest (Results 1 - 22 of 22) sorted by null

  /frameworks/base/location/lib/java/com/android/location/provider/
LocationRequestUnbundled.java 19 import android.location.LocationRequest;
34 public static final int ACCURACY_FINE = LocationRequest.ACCURACY_FINE;
43 public static final int ACCURACY_BLOCK = LocationRequest.ACCURACY_BLOCK;
52 public static final int ACCURACY_CITY = LocationRequest.ACCURACY_CITY;
61 public static final int POWER_NONE = LocationRequest.POWER_NONE;
69 public static final int POWER_LOW = LocationRequest.POWER_LOW;
76 public static final int POWER_HIGH = LocationRequest.POWER_HIGH;
78 private final LocationRequest delegate;
80 LocationRequestUnbundled(LocationRequest delegate) {
ProviderRequestUnbundled.java 22 import android.location.LocationRequest;
54 for (LocationRequest r : mRequest.locationRequests) {
LocationProviderBase.java 27 import android.location.LocationRequest;
  /frameworks/base/location/java/com/android/internal/location/
ProviderRequest.java 22 import android.location.LocationRequest;
42 public List<LocationRequest> locationRequests = new ArrayList<LocationRequest>();
55 request.locationRequests.add(LocationRequest.CREATOR.createFromParcel(in));
75 for (LocationRequest request : locationRequests) {
  /frameworks/base/location/java/android/location/
LocationRequest.aidl 19 parcelable LocationRequest;
LocationRequest.java 29 * <p>LocationRequest objects are used to request a quality of service
86 public final class LocationRequest implements Parcelable {
160 public static LocationRequest create() {
161 LocationRequest request = new LocationRequest();
166 public static LocationRequest createFromDeprecatedProvider(String provider, long minTime,
180 LocationRequest request = new LocationRequest()
191 public static LocationRequest createFromDeprecatedCriteria(Criteria criteria, long minTime,
214 LocationRequest request = new LocationRequest(
    [all...]
ILocationManager.aidl 28 import android.location.LocationRequest;
40 void requestLocationUpdates(in LocationRequest request, in ILocationListener listener,
44 void requestGeofence(in LocationRequest request, in Geofence geofence,
48 Location getLastLocation(in LocationRequest request, String packageName);
LocationManager.java 111 * used for all API's that involve the {@link LocationRequest}
428 LocationRequest request = LocationRequest.createFromDeprecatedProvider(
459 LocationRequest request = LocationRequest.createFromDeprecatedProvider(
491 LocationRequest request = LocationRequest.createFromDeprecatedCriteria(
518 LocationRequest request = LocationRequest.createFromDeprecatedProvider(
619 LocationRequest request = LocationRequest.createFromDeprecatedCriteria
    [all...]
  /frameworks/base/docs/html/training/location/
receive-location-updates.jd 350 <code><a href="{@docRoot}reference/com/google/android/gms/location/LocationRequest.html">LocationRequest</a></code>
362 <code><a href="{@docRoot}reference/com/google/android/gms/location/LocationRequest.html#setInterval(long)">LocationRequest.setInterval()</a></code>.
372 <code><a href="{@docRoot}reference/com/google/android/gms/location/LocationRequest.html#setFastestInterval(long)">LocationRequest.setFastestInterval()</a></code>.
377 <code><a href="{@docRoot}reference/com/google/android/gms/location/LocationRequest.html#setInterval(long)">LocationRequest.setInterval()</a></code>.
380 <code><a href="{@docRoot}reference/com/google/android/gms/location/LocationRequest.html#setFastestInterval(long)">LocationRequest.setFastestInterval()</a></code
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/location/
LocationRequest.html 84 <title>LocationRequest | Android Developers</title>
694 <h1 itemprop="name">LocationRequest</h1>
732 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.location.LocationRequest</td>
751 <p>LocationRequest objects are used to request a quality of service for location updates from
755 request with <code><a href="/reference/com/google/android/gms/location/LocationRequest.html#setPriority(int)">setPriority(int)</a></code> set to <code><a href="/reference/com/google/android/gms/location/LocationRequest.html#PRIORITY_HIGH_ACCURACY">PRIORITY_HIGH_ACCURACY</a></code> and
756 <code><a href="/reference/com/google/android/gms/location/LocationRequest.html#setInterval(long)">setInterval(long)</a></code> to 5 seconds. This would be appropriate for mapping applications that are
760 updates when available, then create a location request with <code><a href="/reference/com/google/android/gms/location/LocationRequest.html#setPriority(int)">setPriority(int)</a></code> set to
761 <code><a href="/reference/com/google/android/gms/location/LocationRequest.html#PRIORITY_NO_POWER">PRIORITY_NO_POWER</a></code>. With this request your application will not trigger (and therefore
769 <code><a href="/reference/com/google/android/gms/location/LocationRequest.html#PRIORITY_BALANCED_POWER_ACCURACY">PRIORITY_BALANCED_POWER_ACCURACY</a></code> combined with a (…)
    [all...]
LocationClient.html     [all...]
LocationListener.html 686 <code><a href="/reference/com/google/android/gms/location/LocationClient.html#requestLocationUpdates(com.google.android.gms.location.LocationRequest, com.google.android.gms.location.LocationListener)">requestLocationUpdates(LocationRequest, LocationListener)</a></code> or
687 <code><a href="/reference/com/google/android/gms/location/LocationClient.html#requestLocationUpdates(com.google.android.gms.location.LocationRequest, com.google.android.gms.location.LocationListener, android.os.Looper)">requestLocationUpdates(LocationRequest, LocationListener, Looper)</a></code> methods.
package-summary.html 702 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/location/LocationRequest.html">LocationRequest</a></td>
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 46 import android.location.LocationRequest;
127 private static final LocationRequest DEFAULT_LOCATION_REQUEST = new LocationRequest();
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GeofenceManager.java 32 import android.location.LocationRequest;
87 * {@link LocationManager#requestLocationUpdates(LocationRequest, LocationListener,
119 public void addFence(LocationRequest request, Geofence geofence, PendingIntent intent,
314 LocationRequest request = new LocationRequest();
GpsLocationProvider.java 39 import android.location.LocationRequest;
818 for (LocationRequest lr : request.locationRequests) {
    [all...]
  /prebuilts/sdk/17/
framework.aidl 46 parcelable android.location.LocationRequest;
  /prebuilts/sdk/current/
framework.aidl 47 parcelable android.location.LocationRequest;
  /frameworks/base/docs/html/
gms_navtree_data.js 38 , null ], [ "Classes", null, [ [ "ActivityRecognitionClient", "reference/com/google/android/gms/location/ActivityRecognitionClient.html", null, null ], [ "ActivityRecognitionResult", "reference/com/google/android/gms/location/ActivityRecognitionResult.html", null, null ], [ "DetectedActivity", "reference/com/google/android/gms/location/DetectedActivity.html", null, null ], [ "Geofence.Builder", "reference/com/google/android/gms/location/Geofence.Builder.html", null, null ], [ "LocationClient", "reference/com/google/android/gms/location/LocationClient.html", null, null ], [ "LocationRequest", "reference/com/google/android/gms/location/LocationRequest.html", null, null ], [ "LocationStatusCodes", "reference/com/google/android/gms/location/LocationStatusCodes.html", null, null ] ]
  /frameworks/base/docs/html/reference/
gms_lists.js 106 { id:104, label:"com.google.android.gms.location.LocationRequest", link:"reference/com/google/android/gms/location/LocationRequest.html", type:"class", deprecated:"false" },
    [all...]
  /frameworks/base/
Android.mk 325 frameworks/base/location/java/android/location/LocationRequest.aidl \
    [all...]
preloaded-classes 563 android.location.LocationRequest
564 android.location.LocationRequest$1
    [all...]

Completed in 341 milliseconds