Searched refs:geofenceId (Results 1 – 2 of 2) sorted by relevance
77 String geofenceId = DataMap.fromByteArray(event.getDataItem().getData()) in onDataChanged() local79 postNotificationForGeofenceId(geofenceId, event.getDataItem().getUri()); in onDataChanged()102 private void postNotificationForGeofenceId(String geofenceId, Uri dataItemUri) { in postNotificationForGeofenceId() argument107 if (ANDROID_BUILDING_ID.equals(geofenceId)) { in postNotificationForGeofenceId()111 } else if (YERBA_BUENA_ID.equals(geofenceId)) { in postNotificationForGeofenceId()116 Log.e(TAG, "Unrecognized geofence id: " + geofenceId); in postNotificationForGeofenceId()
42 public SimpleGeofence(String geofenceId, double latitude, double longitude, float radius, in SimpleGeofence() argument45 this.mId = geofenceId; in SimpleGeofence()