Home
last modified time | relevance | path

Searched refs:monitorTransitions (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DGnssGeofenceProvider.java25 public int monitorTransitions; field in GnssGeofenceProvider.GeofenceEntry
56 entry.lastTransition, entry.monitorTransitions, in resumeIfStarted()
74 double longitude, double radius, int lastTransition, int monitorTransitions, in addCircularHardwareGeofence() argument
78 lastTransition, monitorTransitions, notificationResponsiveness, in addCircularHardwareGeofence()
87 entry.monitorTransitions = monitorTransitions; in addCircularHardwareGeofence()
122 public boolean resumeHardwareGeofence(int geofenceId, int monitorTransitions) { in resumeHardwareGeofence() argument
124 boolean resumed = mNative.resumeGeofence(geofenceId, monitorTransitions); in resumeHardwareGeofence()
129 entry.monitorTransitions = monitorTransitions; in resumeHardwareGeofence()
143 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence() argument
146 monitorTransitions, notificationResponsiveness, unknownTimer); in addGeofence()
[all …]
/frameworks/base/location/java/android/location/
DIFusedGeofenceHardware.aidl69 void resumeMonitoringGeofence(in int geofenceId, in int monitorTransitions); in resumeMonitoringGeofence() argument
89 in int monitorTransitions, in modifyGeofenceOptions() argument
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareRequest.java91 public void setMonitorTransitions(int monitorTransitions) { in setMonitorTransitions() argument
92 mMonitorTransitions = monitorTransitions; in setMonitorTransitions()
DGeofenceHardwareService.java124 public boolean resumeGeofence(int id, int monitoringType, int monitorTransitions) {
129 return mGeofenceHardwareImpl.resumeGeofence(id, monitoringType, monitorTransitions);
DIGeofenceHardware.aidl37 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence() argument