Home
last modified time | relevance | path

Searched defs:monitorTransitions (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DGnssGeofenceProvider.java25 public int monitorTransitions; field in GnssGeofenceProvider.GeofenceEntry
74 double longitude, double radius, int lastTransition, int monitorTransitions, in addCircularHardwareGeofence()
122 public boolean resumeHardwareGeofence(int geofenceId, int monitorTransitions) { in resumeHardwareGeofence()
143 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence()
165 double longitude, double radius, int lastTransition, int monitorTransitions, in native_add_geofence()
/frameworks/base/location/java/android/location/
DIFusedGeofenceHardware.aidl69 void resumeMonitoringGeofence(in int geofenceId, in int monitorTransitions); in resumeMonitoringGeofence()
89 in int monitorTransitions, in modifyGeofenceOptions()
/frameworks/base/core/java/android/hardware/location/
DIGeofenceHardware.aidl37 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence()
DGeofenceHardwareRequest.java91 public void setMonitorTransitions(int monitorTransitions) { in setMonitorTransitions()