Searched refs:MAX_DATA_LIMIT_BYTES (Results 1 – 4 of 4) sorted by relevance
46 static final long MAX_DATA_LIMIT_BYTES = 50000 * GIB_IN_BYTES; field in DataUsageSetThresholdBaseFragment144 return Math.min(MAX_DATA_LIMIT_BYTES, bytes); in getCurrentThreshold()
50 static final long MAX_DATA_LIMIT_BYTES = 50000 * GIB_IN_BYTES; field in UsageBytesThresholdPickerDialog150 long correctedBytes = Math.min(MAX_DATA_LIMIT_BYTES, bytes); in getCurrentThreshold()
127 long limitGBTimesTwo = 2 * UsageBytesThresholdPickerDialog.MAX_DATA_LIMIT_BYTES; in getCurrentThreshold_aboveLimit_returnLimit()136 UsageBytesThresholdPickerDialog.MAX_DATA_LIMIT_BYTES); in getCurrentThreshold_aboveLimit_returnLimit()
70 private static final long MAX_DATA_LIMIT_BYTES = 50000 * GIB_IN_BYTES; field in BillingCycleSettings376 final long correctedBytes = Math.min(MAX_DATA_LIMIT_BYTES, bytes); in onClick()