Searched defs:monitorTransitions (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssGeofenceProvider.java | 25 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/ |
D | IFusedGeofenceHardware.aidl | 69 void resumeMonitoringGeofence(in int geofenceId, in int monitorTransitions); in resumeMonitoringGeofence() 89 in int monitorTransitions, in modifyGeofenceOptions()
|
/frameworks/base/core/java/android/hardware/location/ |
D | IGeofenceHardware.aidl | 37 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence()
|
D | GeofenceHardwareRequest.java | 91 public void setMonitorTransitions(int monitorTransitions) { in setMonitorTransitions()
|