Searched refs:maxBandwidth (Results 1 – 2 of 2) sorted by relevance
190 .maxBandwidth(LINK_BANDWIDTH_UNSPECIFIED, LINK_BANDWIDTH_UNSPECIFIED)); in testLinkBandwidthUtils()192 .maxBandwidth(LINK_BANDWIDTH_UNSPECIFIED, 10)); in testLinkBandwidthUtils()194 .maxBandwidth(10, LINK_BANDWIDTH_UNSPECIFIED)); in testLinkBandwidthUtils()196 .maxBandwidth(10, 20)); in testLinkBandwidthUtils()
864 public static int maxBandwidth(int a, int b) { in maxBandwidth() method in NetworkCapabilities