Searched refs:geofenceIds (Results 1 – 3 of 3) sorted by relevance
51 void removeGeofences(in int[] geofenceIds); in removeGeofences() argument
445 public void removeGeofences(int[] geofenceIds) {446 nativeRemoveGeofences(geofenceIds);
1031 jint* geofenceIds = env->GetIntArrayElements(geofenceIdsArray, /* isCopy */ NULL); in RemoveGeofences() local1032 if(geofenceIds == NULL) { in RemoveGeofences()1036 sFlpGeofencingInterface->remove_geofences(geofenceIdsCount, geofenceIds); in RemoveGeofences()1037 env->ReleaseIntArrayElements(geofenceIdsArray, geofenceIds, 0 /*mode*/); in RemoveGeofences()