Searched refs:GeofenceHardwareRequest (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardwareRequest.java | 29 public final class GeofenceHardwareRequest { class 56 public static GeofenceHardwareRequest createCircularGeofence(double latitude, in createCircularGeofence() 58 GeofenceHardwareRequest geofenceRequest = new GeofenceHardwareRequest(); in createCircularGeofence()
|
D | GeofenceHardwareRequestParcelable.java | 29 private GeofenceHardwareRequest mRequest; 32 public GeofenceHardwareRequestParcelable(int id, GeofenceHardwareRequest request) { in GeofenceHardwareRequestParcelable() 142 if(geofenceType != GeofenceHardwareRequest.GEOFENCE_TYPE_CIRCLE) { 149 GeofenceHardwareRequest request = GeofenceHardwareRequest.createCircularGeofence(
|
D | GeofenceHardware.java | 270 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest in addGeofence() 273 if (geofenceRequest.getType() == GeofenceHardwareRequest.GEOFENCE_TYPE_CIRCLE) { in addGeofence()
|
/frameworks/base/api/ |
D | system-current.txt | 2675 …method public boolean addGeofence(int, int, android.hardware.location.GeofenceHardwareRequest, and… 2731 public final class GeofenceHardwareRequest { 2732 ctor public GeofenceHardwareRequest(); 2733 …method public static android.hardware.location.GeofenceHardwareRequest createCircularGeofence(doub…
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 2675 …method public boolean addGeofence(int, int, android.hardware.location.GeofenceHardwareRequest, and… 2731 public final class GeofenceHardwareRequest { 2732 ctor public GeofenceHardwareRequest(); 2733 …method public static android.hardware.location.GeofenceHardwareRequest createCircularGeofence(doub…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 24133 Landroid/hardware/location/GeofenceHardwareRequest;->GEOFENCE_TYPE_CIRCLE:I 24134 Landroid/hardware/location/GeofenceHardwareRequest;->getType()I 24135 Landroid/hardware/location/GeofenceHardwareRequest;->mLastTransition:I 24136 Landroid/hardware/location/GeofenceHardwareRequest;->mLatitude:D 24137 Landroid/hardware/location/GeofenceHardwareRequest;->mLongitude:D 24138 Landroid/hardware/location/GeofenceHardwareRequest;->mMonitorTransitions:I 24139 Landroid/hardware/location/GeofenceHardwareRequest;->mNotificationResponsiveness:I 24140 Landroid/hardware/location/GeofenceHardwareRequest;->mRadius:D 24141 Landroid/hardware/location/GeofenceHardwareRequest;->mSourceTechnologies:I 24142 Landroid/hardware/location/GeofenceHardwareRequest;->mType:I [all …]
|