Searched defs:retryType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/data/ |
D | ThrottleStatus.java | 160 @RetryType int retryType) { in ThrottleStatus() 366 public Builder setRetryType(@RetryType int retryType) { in setRetryType()
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | ManagedApplicationService.java | 154 BinderChecker binderChecker, boolean isImportant, int retryType, Handler handler, in ManagedApplicationService() 215 boolean isImportant, int retryType, @NonNull Handler handler, in build()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | DataRetryManager.java | 202 public final @RetryType int retryType; field in DataRetryManager.DataThrottlingEntry 226 @RetryType int retryType, @ElapsedRealtimeLong long expirationTimeMillis) { in DataThrottlingEntry() 1417 @Nullable DataNetwork dataNetwork, @RetryType int retryType, in updateThrottleStatus() 1512 int retryType = ThrottleStatus.RETRY_TYPE_NONE; in onDataProfileUnthrottled() local
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | VrManagerService.java | 1181 int retryType = (mBootsToVr) ? ManagedApplicationService.RETRY_FOREVER in createVrListenerService() local 1193 int retryType = (mBootsToVr) ? ManagedApplicationService.RETRY_FOREVER in createVrCompositorService() local
|