Home
last modified time | relevance | path

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

/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/services/core/java/com/android/server/location/
DFlpHardwareProvider.java318 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,
DGnssLocationProvider.java1307 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/
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
/frameworks/base/services/core/jni/
Dcom_android_server_location_FlpHardwareProvider.cpp990 jint monitorTransitions) { in ResumeGeofence() argument
995 sFlpGeofencingInterface->resume_geofence(geofenceId, monitorTransitions); in ResumeGeofence()
1003 jint monitorTransitions, in ModifyGeofenceOption() argument
1013 monitorTransitions, in ModifyGeofenceOption()