Home
last modified time | relevance | path

Searched refs:Geofence (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/location/java/android/location/
DGeofence.java29 public final class Geofence implements Parcelable { class
47 public static Geofence createCircle(double latitude, double longitude, float radius) { in createCircle()
48 return new Geofence(latitude, longitude, radius); in createCircle()
51 private Geofence(double latitude, double longitude, float radius) { in Geofence() method in Geofence
101 public static final Parcelable.Creator<Geofence> CREATOR = new Parcelable.Creator<Geofence>() {
103 public Geofence createFromParcel(Parcel in) {
109 return Geofence.createCircle(latitude, longitude, radius);
112 public Geofence[] newArray(int size) {
113 return new Geofence[size];
169 if (!(obj instanceof Geofence)) in equals()
[all …]
DILocationManager.aidl23 import android.location.Geofence;
46 void requestGeofence(in LocationRequest request, in Geofence geofence, in requestGeofence()
48 void removeGeofence(in Geofence fence, in PendingIntent intent, String packageName); in removeGeofence()
DGeofence.aidl19 parcelable Geofence;
DLocationManager.java1111 Geofence fence = Geofence.createCircle(latitude, longitude, radius); in addProximityAlert()
1157 public void addGeofence(LocationRequest request, Geofence fence, PendingIntent intent) { in addGeofence()
1211 public void removeGeofence(Geofence fence, PendingIntent intent) { in removeGeofence()
2363 private static void checkGeofence(Geofence fence) { in checkGeofence()
/frameworks/base/services/core/java/com/android/server/location/
DGeofenceState.java21 import android.location.Geofence;
35 public final Geofence mFence;
46 public GeofenceState(Geofence fence, long expireAt, in GeofenceState()
DGeofenceManager.java30 import android.location.Geofence;
153 public void addFence(LocationRequest request, Geofence geofence, PendingIntent intent, in addFence()
177 public void removeFence(Geofence fence, PendingIntent intent) { in removeFence()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java44 import android.location.Geofence;
2339 public void requestGeofence(LocationRequest request, Geofence geofence, PendingIntent intent, in requestGeofence()
2375 public void removeGeofence(Geofence geofence, PendingIntent intent, String packageName) { in removeGeofence()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt2720 Landroid/location/Geofence;->CREATOR:Landroid/os/Parcelable$Creator;
Dboot-image-profile.txt24450 HSPLandroid/location/ILocationManager;->removeGeofence(Landroid/location/Geofence;Landroid/app/Pend…
24458 …r;->requestGeofence(Landroid/location/LocationRequest;Landroid/location/Geofence;Landroid/app/Pend…