Searched refs:monitorTransitions (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssGeofenceProvider.java | 25 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/ |
D | IFusedGeofenceHardware.aidl | 69 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/ |
D | GeofenceHardwareRequest.java | 91 public void setMonitorTransitions(int monitorTransitions) { in setMonitorTransitions() argument 92 mMonitorTransitions = monitorTransitions; in setMonitorTransitions()
|
D | GeofenceHardwareService.java | 124 public boolean resumeGeofence(int id, int monitoringType, int monitorTransitions) { 129 return mGeofenceHardwareImpl.resumeGeofence(id, monitoringType, monitorTransitions);
|
D | IGeofenceHardware.aidl | 37 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence() argument
|