Searched refs:geofenceTransition (Results 1 – 2 of 2) sorted by relevance
489 GeofenceTransition geofenceTransition = new GeofenceTransition( in reportGeofenceTransition() local500 geofenceTransition); in reportGeofenceTransition()664 GeofenceTransition geofenceTransition = (GeofenceTransition)(msg.obj);666 callback = mGeofences.get(geofenceTransition.mGeofenceId);670 geofenceTransition.mGeofenceId +671 " Transition: " + geofenceTransition.mTransition +672 " Location: " + geofenceTransition.mLocation + ":" + mGeofences);678 geofenceTransition.mGeofenceId, geofenceTransition.mTransition,679 geofenceTransition.mLocation, geofenceTransition.mTimestamp,680 geofenceTransition.mMonitoringType);
266 int geofenceTransition = geofencingEvent.getGeofenceTransition();269 if (geofenceTransition == Geofence.GEOFENCE_TRANSITION_ENTER ||270 geofenceTransition == Geofence.GEOFENCE_TRANSITION_EXIT) {279 geofenceTransition,289 geofenceTransition));