Searched refs:throttleStatus (Results 1 – 2 of 2) sorted by relevance
332 ThrottleStatus throttleStatus = throttleStatusCaptor.getValue().get(0); in testDataSetupRetryNetworkSuggestedNeverRetry() local333 assertThat(throttleStatus.getApnType()).isEqualTo(ApnSetting.TYPE_IMS); in testDataSetupRetryNetworkSuggestedNeverRetry()334 assertThat(throttleStatus.getRetryType()).isEqualTo(ThrottleStatus.RETRY_TYPE_NONE); in testDataSetupRetryNetworkSuggestedNeverRetry()335 assertThat(throttleStatus.getThrottleExpiryTimeMillis()).isEqualTo(Long.MAX_VALUE); in testDataSetupRetryNetworkSuggestedNeverRetry()336 assertThat(throttleStatus.getTransportType()) in testDataSetupRetryNetworkSuggestedNeverRetry()395 ThrottleStatus throttleStatus = throttleStatusCaptor.getValue().get(0); in testDataSetupUnthrottling() local396 assertThat(throttleStatus.getApnType()).isEqualTo(ApnSetting.TYPE_IMS); in testDataSetupUnthrottling()397 assertThat(throttleStatus.getRetryType()) in testDataSetupUnthrottling()399 assertThat(throttleStatus.getThrottleExpiryTimeMillis()).isEqualTo(-1); in testDataSetupUnthrottling()400 assertThat(throttleStatus.getTransportType()) in testDataSetupUnthrottling()[all …]
2355 ThrottleStatus throttleStatus = throttleStatusCaptor.getValue().get(0); in testEmergencyRequestWithThrottling() local2356 assertThat(throttleStatus.getApnType()).isEqualTo(ApnSetting.TYPE_EMERGENCY); in testEmergencyRequestWithThrottling()2357 assertThat(throttleStatus.getRetryType()) in testEmergencyRequestWithThrottling()2359 assertThat(throttleStatus.getTransportType()) in testEmergencyRequestWithThrottling()3468 ThrottleStatus throttleStatus = throttleStatusCaptor.getValue().get(0); in testSetupDataNetworkNetworkSuggestedRetryTimerDataThrottled() local3469 assertThat(throttleStatus.getApnType()).isEqualTo(ApnSetting.TYPE_IMS); in testSetupDataNetworkNetworkSuggestedRetryTimerDataThrottled()3470 assertThat(throttleStatus.getRetryType()) in testSetupDataNetworkNetworkSuggestedRetryTimerDataThrottled()3472 assertThat(throttleStatus.getTransportType()) in testSetupDataNetworkNetworkSuggestedRetryTimerDataThrottled()