Searched refs:getTputSufficientRatioThrDen (Results 1 – 4 of 4) sorted by relevance
579 < (tputSufficientLowThrKbps * mDeviceConfigFacade.getTputSufficientRatioThrDen()); in isL2ThroughputSufficient()585 (l2TputKbps * mDeviceConfigFacade.getTputSufficientRatioThrDen()) in isL2ThroughputSufficient()
547 public int getTputSufficientRatioThrDen() { in getTputSufficientRatioThrDen() method in DeviceConfigFacade
148 mDeviceConfigFacade.getTputSufficientRatioThrDen()); in testDefaultValue()403 assertEquals(2, mDeviceConfigFacade.getTputSufficientRatioThrDen()); in testFieldUpdates()
130 when(mDeviceConfigFacade.getTputSufficientRatioThrDen()).thenReturn( in setUp()422 when(mDeviceConfigFacade.getTputSufficientRatioThrDen()).thenReturn(1); in verifyDataStallRxFailure()