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 | 991 Geofence fence = Geofence.createCircle(latitude, longitude, radius); in addProximityAlert() 1037 public void addGeofence(LocationRequest request, Geofence fence, PendingIntent intent) { in addGeofence() 1091 public void removeGeofence(Geofence fence, PendingIntent intent) { in removeGeofence() 2129 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; 151 public void addFence(LocationRequest request, Geofence geofence, PendingIntent intent, in addFence() 175 public void removeFence(Geofence fence, PendingIntent intent) { in removeFence()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LocationManagerService.java | 68 import android.location.Geofence; 2210 public void requestGeofence(LocationRequest request, Geofence geofence, PendingIntent intent, in requestGeofence() 2241 public void removeGeofence(Geofence geofence, PendingIntent intent, String packageName) { in removeGeofence()
|
/frameworks/base/services/ |
D | profile-classes | 1345 Landroid/location/Geofence;
|
/frameworks/base/ |
D | compiled-classes-phone | 2356 android.location.Geofence
|