Home
last modified time | relevance | path

Searched defs:GIGABYTE_IN_BYTES (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/utils/
DFileSizeFormatter.java32 public static final long GIGABYTE_IN_BYTES = MEGABYTE_IN_BYTES * 1000; field in FileSizeFormatter
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/utils/
DFileSizeFormatter.java32 public static final long GIGABYTE_IN_BYTES = MEGABYTE_IN_BYTES * 1000; field in FileSizeFormatter
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DFileSizeFormatter.java35 public static final long GIGABYTE_IN_BYTES = MEGABYTE_IN_BYTES * 1000; field in FileSizeFormatter