Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGeofence.java30 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 …]
DILocationManager.aidl23 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()
DGeofence.aidl19 parcelable Geofence;
DLocationManager.java1123 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/
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/
DLocationUsageLogger.java20 import android.location.Geofence;
184 Geofence geofence, int activityImportance) { in logLocationApiUsage()
DLocationManagerService.java53 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/
Dlocation_enums.proto103 // frameworks/base/location/java/android/location/Geofence.java
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt33007 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 …]