Searched refs:currentWarningBytes (Results 1 – 1 of 1) sorted by relevance
106 long currentWarningBytes = getInitialBytes(); in onAttach() local108 if (currentWarningBytes > MB_GB_SUFFIX_THRESHOLD * GIB_IN_BYTES) { in onAttach()110 bytesText = formatText(currentWarningBytes / (float) GIB_IN_BYTES); in onAttach()113 bytesText = formatText(currentWarningBytes / (float) MIB_IN_BYTES); in onAttach()