Searched refs:Geofence (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | Geofence.java | 30 public final class Geofence implements Parcelable { class 48 public static Geofence createCircle(double latitude, double longitude, float radius) { in createCircle() 49 return new Geofence(latitude, longitude, radius); in createCircle() 52 private Geofence(double latitude, double longitude, float radius) { in Geofence() method in Geofence 103 …nal @android.annotation.NonNull Parcelable.Creator<Geofence> CREATOR = new Parcelable.Creator<Geof… 105 public Geofence createFromParcel(Parcel in) { 111 return Geofence.createCircle(latitude, longitude, radius); 114 public Geofence[] newArray(int size) { 115 return new Geofence[size]; 171 if (!(obj instanceof Geofence)) in equals() [all …]
|
D | ILocationManager.aidl | 23 import android.location.Geofence; 48 void requestGeofence(in LocationRequest request, in Geofence geofence, in requestGeofence() 50 void removeGeofence(in Geofence fence, in PendingIntent intent, String packageName); in removeGeofence()
|
D | Geofence.aidl | 19 parcelable Geofence;
|
D | LocationManager.java | 1123 Geofence fence = Geofence.createCircle(latitude, longitude, radius); in addProximityAlert() 1171 @NonNull Geofence fence, in addGeofence() 1226 public void removeGeofence(@NonNull Geofence fence, @NonNull PendingIntent intent) { in removeGeofence() 2368 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 | LocationUsageLogger.java | 20 import android.location.Geofence; 184 Geofence geofence, int activityImportance) { in logLocationApiUsage()
|
D | LocationManagerService.java | 53 import android.location.Geofence; 2805 public void requestGeofence(LocationRequest request, Geofence geofence, PendingIntent intent, in requestGeofence() 2860 public void removeGeofence(Geofence geofence, PendingIntent intent, String packageName) { in removeGeofence()
|
/frameworks/base/core/proto/android/stats/location/ |
D | location_enums.proto | 103 // frameworks/base/location/java/android/location/Geofence.java
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 33007 Landroid/location/Geofence;-><init>(DDF)V 33008 Landroid/location/Geofence;->checkLatLong(DD)V 33009 Landroid/location/Geofence;->checkRadius(F)V 33010 Landroid/location/Geofence;->checkType(I)V 33011 Landroid/location/Geofence;->createCircle(DDF)Landroid/location/Geofence; 33012 Landroid/location/Geofence;->getLatitude()D 33013 Landroid/location/Geofence;->getLongitude()D 33014 Landroid/location/Geofence;->getRadius()F 33015 Landroid/location/Geofence;->getType()I 33016 Landroid/location/Geofence;->mLatitude:D [all …]
|