Home
last modified time | relevance | path

Searched defs:retryType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/data/
DThrottleStatus.java164 @RetryType int retryType) { in ThrottleStatus()
370 public Builder setRetryType(@RetryType int retryType) { in setRetryType()
/frameworks/base/services/core/java/com/android/server/utils/
DManagedApplicationService.java154 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/
DDataRetryManager.java245 public final int retryType; field in DataRetryManager.DataThrottlingEntry
270 @RetryType int retryType, @ElapsedRealtimeLong long expirationTimeMillis) { in DataThrottlingEntry()
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java1185 int retryType = (mBootsToVr) ? ManagedApplicationService.RETRY_FOREVER in createVrListenerService() local
1197 int retryType = (mBootsToVr) ? ManagedApplicationService.RETRY_FOREVER in createVrCompositorService() local