Home
last modified time | relevance | path

Searched refs:setRetryDurationMillis (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDataCallResponseTest.java47 .setRetryDurationMillis(-1L) in testParcel()
78 .setRetryDurationMillis(-1L) in testEquals()
97 .setRetryDurationMillis(-1L) in testEquals()
119 .setRetryDurationMillis(-1L) in testEquals()
H A DDcControllerTest.java130 .setRetryDurationMillis(-1) in testDataDormant()
163 .setRetryDurationMillis(-1) in testPhysicalLinkStateChanged_defaultApnTypeAndDormant_registrantNotifyResult()
208 .setRetryDurationMillis(-1) in testPhysicalLinkStateChanged_imsApnTypeAndDormant_NoNotifyResult()
248 .setRetryDurationMillis(-1) in testPhysicalLinkStateChanged_defaultApnTypeAndStateChanged_registrantNotifyResult()
H A DDataConnectionTest.java310 .setRetryDurationMillis(-1L) in setSuccessfulSetupDataResponse()
668 .setRetryDurationMillis(0) in testModemSuggestRetry()
686 .setRetryDurationMillis(1000) in testModemSuggestRetry()
704 .setRetryDurationMillis(9999) in testModemSuggestRetry()
726 .setRetryDurationMillis(-1) in testModemNotSuggestRetry()
744 .setRetryDurationMillis(-5) in testModemNotSuggestRetry()
762 .setRetryDurationMillis(Long.MIN_VALUE) in testModemNotSuggestRetry()
784 .setRetryDurationMillis(Long.MAX_VALUE) in testModemSuggestNoRetry()
1038 .setRetryDurationMillis(-1) in testSetLinkProperties()
1094 .setRetryDurationMillis(-1) in testSetLinkPropertiesEmptyAddress()
[all …]
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/
H A DIwlanDataService.java392 respBuilder.setRetryDurationMillis( in onClosed()
398 respBuilder.setRetryDurationMillis(5000); in onClosed()
/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DDataCallResponse.java671 public @NonNull Builder setRetryDurationMillis(long retryDurationMillis) { in setRetryDurationMillis() method in DataCallResponse.Builder
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java2146 .setRetryDurationMillis(-1L) in testConvertDataCallResult()
2221 .setRetryDurationMillis(-1L) in testConvertDataCallResult()
2346 .setRetryDurationMillis(-1L) in testConvertDataCallResult()
H A DNetworkTypeControllerTest.java118 .setRetryDurationMillis(-1) in getDataCallResponse()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java544 .setRetryDurationMillis(6) in testWriteOnSetupDataCallResponse()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java859 .setRetryDurationMillis( in connect()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java7734 .setRetryDurationMillis(suggestedRetryTime) in convertDataCallResult()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12398 …method @NonNull public android.telephony.data.DataCallResponse.Builder setRetryDurationMillis(long…