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