Home | History | Annotate | Download | only in settings

Lines Matching refs:MB_IN_BYTES

40 import static android.net.TrafficStats.MB_IN_BYTES;
1798 bytesPicker.setMaxValue((int) (limitBytes / MB_IN_BYTES) - 1);
1802 bytesPicker.setValue((int) (warningBytes / MB_IN_BYTES));
1815 final long bytes = bytesPicker.getValue() * MB_IN_BYTES;
1861 bytesPicker.setMinValue((int) (warningBytes / MB_IN_BYTES) + 1);
1865 bytesPicker.setValue((int) (limitBytes / MB_IN_BYTES));
1878 final long bytes = bytesPicker.getValue() * MB_IN_BYTES;