HomeSort by relevance Sort by last modified time
    Searched defs:megabytes (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 412 float megabytes = (float) bytes / (1024.0F * 1024.0F); local
413 int truncated = (int) Math.ceil(megabytes * 10.0F);