Searched refs:correctedBytes (Results 1 – 2 of 2) sorted by relevance
142 long correctedBytes = Math.min(MAX_DATA_LIMIT_BYTES, bytes); in getCurrentThreshold() local144 return correctedBytes; in getCurrentThreshold()
345 final long correctedBytes = Math.min(MAX_DATA_LIMIT_BYTES, bytes); in onClick() local347 editor.setPolicyLimitBytes(template, correctedBytes); in onClick()349 editor.setPolicyWarningBytes(template, correctedBytes); in onClick()