Searched refs:LINK_TX (Results 1 – 3 of 3) sorted by relevance
23 import static com.android.internal.telephony.data.LinkBandwidthEstimator.LINK_TX;670 assertEquals(0, network.getCount(LINK_TX, 1)); in testEdgeThenLteShouldIgnoreTransitionStats()692 assertEquals(0, network.getCount(LINK_TX, 1)); in testEdgeThenLteShouldIgnoreTransitionStats()718 assertEquals(0, network.getValue(LINK_TX, 1)); in testVeryHighRxLinkBandwidthEstimationIgnored()
161 public static final int LINK_TX = 0; field in LinkBandwidthEstimator195 private final BandwidthState mTxState = new BandwidthState(LINK_TX);
887 addBandwidthStats(LinkBandwidthEstimator.LINK_TX, TelephonyManager.NETWORK_TYPE_LTE, in testWriteBandwidthStats()