Searched refs:maxBandwidth (Results 1 – 4 of 4) sorted by relevance
79 int maxBandwidth = capabilitiesBytes[parseCursor++]; in parseBytes() local85 .setMaxSupportedBandwidth(maxBandwidth) in parseBytes()
246 .maxBandwidth(LINK_BANDWIDTH_UNSPECIFIED, LINK_BANDWIDTH_UNSPECIFIED)); in testLinkBandwidthUtils()248 .maxBandwidth(LINK_BANDWIDTH_UNSPECIFIED, 10)); in testLinkBandwidthUtils()250 .maxBandwidth(10, LINK_BANDWIDTH_UNSPECIFIED)); in testLinkBandwidthUtils()252 .maxBandwidth(10, 20)); in testLinkBandwidthUtils()
1785 public static int maxBandwidth(int a, int b) { in maxBandwidth() method in NetworkCapabilities
614 Landroid/net/NetworkCapabilities;->maxBandwidth(II)I