Home | History | Annotate | Download | only in dictionarypack

Lines Matching defs:retryCount

484             final String rawChecksum, final String checksum, final int retryCount,
497 result.put(RETRY_COUNT_COLUMN, retryCount);
1144 int retryCount = values.getAsInteger(MetadataDbHelper.RETRY_COUNT_COLUMN);
1145 if (retryCount > 1) {
1147 values.put(RETRY_COUNT_COLUMN, retryCount - 1);