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 | 245 private native void nativeResumeGeofence(int geofenceId, int monitorTransitions); in nativeResumeGeofence() argument 249 int monitorTransitions, in nativeModifyGeofenceOption() argument 361 public void resumeMonitoringGeofence(int geofenceId, int monitorTransitions) { 362 nativeResumeGeofence(geofenceId, monitorTransitions); 368 int monitorTransitions, 375 monitorTransitions,
|
D | GpsLocationProvider.java | 1234 double longitude, double radius, int lastTransition, int monitorTransitions, 1237 lastTransition, monitorTransitions, notificationResponsiveness, unknownTimer); 2214 double longitude, double radius, int lastTransition,int monitorTransitions, in native_add_geofence() 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 | 115 public boolean resumeGeofence(int id, int monitoringType, int monitorTransitions) { 120 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 | 900 jint monitorTransitions) { in ResumeGeofence() argument 905 sFlpGeofencingInterface->resume_geofence(geofenceId, monitorTransitions); in ResumeGeofence() 913 jint monitorTransitions, in ModifyGeofenceOption() argument 923 monitorTransitions, in ModifyGeofenceOption()
|