Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DThrottleStatus.java79 public @interface RetryType { annotation in ThrottleStatus
86 private final @RetryType int mRetryType;
134 @RetryType
160 @RetryType int retryType) { in ThrottleStatus()
262 private @RetryType int mRetryType;
366 public Builder setRetryType(@RetryType int retryType) { in setRetryType()