Searched refs:in_mega_bytes (Results 1 – 1 of 1) sorted by relevance
478 long in_mega_bytes = value / (1024 * 1024); in inMegabytes() local479 if (in_mega_bytes > Integer.MAX_VALUE) { in inMegabytes()480 Log.w(TAG, "Recording " + in_mega_bytes + "MB of free space, overflowing range"); in inMegabytes()483 return (int)in_mega_bytes; in inMegabytes()