Searched refs:retryType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/data/ |
D | ThrottleStatus.java | 164 @RetryType int retryType) { in ThrottleStatus() argument 170 mRetryType = retryType; in ThrottleStatus() 370 public Builder setRetryType(@RetryType int retryType) { in setRetryType() argument 371 this.mRetryType = retryType; in setRetryType()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | DataRetryManager.java | 245 public final int retryType; field in DataRetryManager.DataThrottlingEntry 270 @RetryType int retryType, @ElapsedRealtimeLong long expirationTimeMillis) { in DataThrottlingEntry() argument 275 this.retryType = retryType; in DataThrottlingEntry() 1593 @Nullable DataNetwork dataNetwork, @RetryType int retryType, 1596 dataNetwork, transport, retryType, expirationTime); 1619 ? ThrottleStatus.RETRY_TYPE_NONE : retryType; 1681 int retryType = ThrottleStatus.RETRY_TYPE_NONE; 1682 if (dataUnthrottlingEntries.get(0).retryType == ThrottleStatus.RETRY_TYPE_NEW_CONNECTION) { 1684 retryType = ThrottleStatus.RETRY_TYPE_NEW_CONNECTION; 1685 } else if (dataUnthrottlingEntries.get(0).retryType == ThrottleStatus.RETRY_TYPE_HANDOVER) { [all …]
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | ManagedApplicationService.java | 154 BinderChecker binderChecker, boolean isImportant, int retryType, Handler handler, in ManagedApplicationService() argument 163 mRetryType = retryType; in ManagedApplicationService() 215 boolean isImportant, int retryType, @NonNull Handler handler, in build() argument 218 settingsAction, binderChecker, isImportant, retryType, handler, eventCallback); in build()
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | VrManagerService.java | 1185 int retryType = (mBootsToVr) ? ManagedApplicationService.RETRY_FOREVER in createVrListenerService() local 1189 sBinderChecker, /*isImportant*/true, retryType, mHandler, mEventCallback); in createVrListenerService() 1197 int retryType = (mBootsToVr) ? ManagedApplicationService.RETRY_FOREVER in createVrCompositorService() local 1200 /*settingsAction*/null, /*binderChecker*/null, /*isImportant*/true, retryType, in createVrCompositorService()
|