Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/location/
DGeofence.java37 public final class Geofence implements Parcelable { class
53 public static Geofence createCircle(double latitude, double longitude, float radius, in createCircle()
55 return new Geofence(latitude, longitude, radius, expirationRealtimeMs); in createCircle()
58 Geofence(double latitude, double longitude, float radius, long expirationRealtimeMs) { in Geofence() method in Geofence
93 public static final @NonNull Parcelable.Creator<Geofence> CREATOR =
94 new Parcelable.Creator<Geofence>() {
96 public Geofence createFromParcel(Parcel in) {
97 return new Geofence(
105 public Geofence[] newArray(int size) {
106 return new Geofence[size];
[all …]
/frameworks/base/services/core/java/com/android/server/location/geofence/
DGeofenceManager.java29 import android.location.Geofence;
82 private final Geofence mGeofence;
84 GeofenceKey(PendingIntent pendingIntent, Geofence geofence) { in GeofenceKey()
117 private final Geofence mGeofence;
131 GeofenceRegistration(Geofence geofence, CallerIdentity identity, in GeofenceRegistration()
148 public Geofence getGeofence() { in getGeofence()
348 public void addGeofence(Geofence geofence, PendingIntent pendingIntent, String packageName, in addGeofence()
/frameworks/base/location/java/android/location/
DGeofence.aidl19 parcelable Geofence;
DILocationManager.aidl22 import android.location.Geofence;
69 …void requestGeofence(in Geofence geofence, in PendingIntent intent, String packageName, String att… in requestGeofence()
DLocationManager.java2305 Geofence fence = Geofence.createCircle(latitude, longitude, radius, expiration); in addProximityAlert()
/frameworks/base/services/core/java/com/android/server/location/injector/
DLocationUsageLogger.java21 import android.location.Geofence;
54 boolean hasIntent, Geofence geofence, boolean foreground) { in logLocationApiUsage()
/frameworks/proto_logging/stats/enums/stats/location/
Dlocation_enums.proto103 // frameworks/base/location/java/android/location/Geofence.java
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java57 import android.location.Geofence;
1108 public void requestGeofence(Geofence geofence, PendingIntent intent, String packageName, in requestGeofence()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22878 Landroid/location/Geofence;-><init>(DDF)V
22879 Landroid/location/Geofence;->checkLatLong(DD)V
22880 Landroid/location/Geofence;->checkRadius(F)V
22881 Landroid/location/Geofence;->checkType(I)V
22882 Landroid/location/Geofence;->createCircle(DDF)Landroid/location/Geofence;
22883 Landroid/location/Geofence;->getLatitude()D
22884 Landroid/location/Geofence;->getLongitude()D
22885 Landroid/location/Geofence;->getRadius()F
22886 Landroid/location/Geofence;->getType()I
22887 Landroid/location/Geofence;->mLatitude:D
[all …]
/frameworks/base/boot/
Dpreloaded-classes4940 android.location.Geofence$1
4941 android.location.Geofence
Dboot-image-profile.txt27327 Landroid/location/Geofence$1;
27328 Landroid/location/Geofence;
/frameworks/base/config/
Dpreloaded-classes4944 android.location.Geofence$1
4945 android.location.Geofence
Dboot-image-profile.txt37461 Landroid/location/Geofence$1;
37462 Landroid/location/Geofence;
/frameworks/base/services/
Dart-wear-profile14359 …va/lang/String;Ljava/lang/String;Landroid/location/LocationRequest;ZZLandroid/location/Geofence;Z)V