Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssGeofenceProxy.java37 public int monitorTransitions; field in GnssGeofenceProxy.GeofenceEntry
65 double longitude, double radius, int lastTransition, int monitorTransitions, in addCircularHardwareGeofence()
113 public boolean resumeHardwareGeofence(int geofenceId, int monitorTransitions) { in resumeHardwareGeofence()
/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()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java189 int lastTransition, int monitorTransitions, int notificationResponsiveness, in GnssHalGeofence()
593 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence()
609 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java827 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence()
837 public boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence()
1358 double radius, int lastTransition, int monitorTransitions, in addGeofence()
1364 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence()
1508 double longitude, double radius, int lastTransition, int monitorTransitions, in native_add_geofence()
1511 private static native boolean native_resume_geofence(int geofenceId, int monitorTransitions); in native_resume_geofence()