Searched refs:Geofence (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | Geofence.java | 29 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 …]
|
D | ILocationManager.aidl | 23 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()
|
D | Geofence.aidl | 19 parcelable Geofence;
|
D | LocationManager.java | 1111 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/ |
D | GeofenceState.java | 21 import android.location.Geofence; 35 public final Geofence mFence; 46 public GeofenceState(Geofence fence, long expireAt, in GeofenceState()
|
D | GeofenceManager.java | 30 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/ |
D | LocationManagerService.java | 44 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/ |
D | hiddenapi-light-greylist.txt | 2720 Landroid/location/Geofence;->CREATOR:Landroid/os/Parcelable$Creator;
|
D | boot-image-profile.txt | 24450 HSPLandroid/location/ILocationManager;->removeGeofence(Landroid/location/Geofence;Landroid/app/Pend… 24458 …r;->requestGeofence(Landroid/location/LocationRequest;Landroid/location/Geofence;Landroid/app/Pend…
|