Home
last modified time | relevance | path

Searched refs:in_mega_bytes (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DOtaDexoptService.java478 long in_mega_bytes = value / (1024 * 1024); in inMegabytes() local
479 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()