Searched refs:mRetryType (Results 1 – 2 of 2) sorted by relevance
86 private final @RetryType int mRetryType; field in ThrottleStatus136 return mRetryType; in getRetryType()166 mRetryType = retryType; in ThrottleStatus()174 mRetryType = source.readInt(); in ThrottleStatus()184 dest.writeInt(mRetryType); in writeToParcel()208 return Objects.hash(mSlotIndex, mApnType, mRetryType, mThrottleType, in hashCode()220 && this.mRetryType == other.mRetryType in equals()236 + ", mRetryType=" + mRetryType in toString()262 private @RetryType int mRetryType; field in ThrottleStatus.Builder367 this.mRetryType = retryType; in setRetryType()[all …]
87 private final int mRetryType; field in ManagedApplicationService163 mRetryType = retryType; in ManagedApplicationService()449 if (mRetryType == RETRY_NEVER || (mRetryType == RETRY_BEST_EFFORT in checkAndDeliverServiceDiedCbLocked()