Searched refs:bandwidthInB (Results 1 – 1 of 1) sorted by relevance
264 double bandwidthInB = Double.parseDouble(bandwidth) * multiplier; in bandwidthInMiB() local265 return bandwidthInB / (1024 * 1024); in bandwidthInMiB()