Searched refs:getTputSufficientRatioThrNum (Results 1 – 4 of 4) sorted by relevance
578 boolean isL3TputLow = (l3TputKbps * mDeviceConfigFacade.getTputSufficientRatioThrNum()) in isL2ThroughputSufficient()586 >= (l3TputKbps * mDeviceConfigFacade.getTputSufficientRatioThrNum()); in isL2ThroughputSufficient()
539 public int getTputSufficientRatioThrNum() { in getTputSufficientRatioThrNum() method in DeviceConfigFacade
146 mDeviceConfigFacade.getTputSufficientRatioThrNum()); in testDefaultValue()402 assertEquals(3, mDeviceConfigFacade.getTputSufficientRatioThrNum()); in testFieldUpdates()
128 when(mDeviceConfigFacade.getTputSufficientRatioThrNum()).thenReturn( in setUp()423 when(mDeviceConfigFacade.getTputSufficientRatioThrNum()).thenReturn(3); in verifyDataStallRxFailure()