Searched refs:correctedBytes (Results 1 – 2 of 2) sorted by relevance
150 long correctedBytes = Math.min(MAX_DATA_LIMIT_BYTES, bytes); in getCurrentThreshold() local152 return correctedBytes; in getCurrentThreshold()
376 final long correctedBytes = Math.min(MAX_DATA_LIMIT_BYTES, bytes); in onClick() local378 editor.setPolicyLimitBytes(template, correctedBytes); in onClick()380 editor.setPolicyWarningBytes(template, correctedBytes); in onClick()