Searched defs:geofenceId (Results 1 – 2 of 2) sorted by relevance
77 String geofenceId = DataMap.fromByteArray(event.getDataItem().getData()) in onDataChanged() local102 private void postNotificationForGeofenceId(String geofenceId, Uri dataItemUri) { in postNotificationForGeofenceId()
42 public SimpleGeofence(String geofenceId, double latitude, double longitude, float radius, in SimpleGeofence()