Searched refs:monitorTransitions (Results 1 – 7 of 7) sorted by relevance
/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/services/core/java/com/android/server/location/ |
D | FlpHardwareProvider.java | 318 private native void nativeResumeGeofence(int geofenceId, int monitorTransitions); in nativeResumeGeofence() argument 322 int monitorTransitions, in nativeModifyGeofenceOption() argument 455 public void resumeMonitoringGeofence(int geofenceId, int monitorTransitions) { 456 nativeResumeGeofence(geofenceId, monitorTransitions); 462 int monitorTransitions, 469 monitorTransitions,
|
D | GnssLocationProvider.java | 1307 double longitude, double radius, int lastTransition, int monitorTransitions, 1310 lastTransition, monitorTransitions, notificationResponsiveness, unknownTimer); 2468 double longitude, double radius, int lastTransition,int monitorTransitions,
|
/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
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_FlpHardwareProvider.cpp | 990 jint monitorTransitions) { in ResumeGeofence() argument 995 sFlpGeofencingInterface->resume_geofence(geofenceId, monitorTransitions); in ResumeGeofence() 1003 jint monitorTransitions, in ModifyGeofenceOption() argument 1013 monitorTransitions, in ModifyGeofenceOption()
|