Home | History | Annotate | Download | only in location

Lines Matching refs:geofenceId

33      * @param geofenceId The geofence ID of the geofence
41 public void onGeofenceTransition(int geofenceId, int transition, Location location,
48 * @param geofenceId The ID of the geofence.
55 public void onGeofenceAdd(int geofenceId, int status) {
61 * @param geofenceId The ID of the geofence.
66 public void onGeofenceRemove(int geofenceId, int status) {
72 * @param geofenceId The ID of the geofence.
77 public void onGeofencePause(int geofenceId, int status) {
83 * @param geofenceId The ID of the geofence.
89 public void onGeofenceResume(int geofenceId, int status) {