Searched refs:RetryActionType (Results 1 – 1 of 1) sorted by relevance
146 private @interface RetryActionType {} annotation in Loader175 private final @RetryActionType int type;178 private LoadErrorAction(@RetryActionType int type, long retryDelayMillis) { in LoadErrorAction()