Searched refs:GIGABYTE (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.settings.TestUtils.GIGABYTE;84 final long totalSpace = 32 * GIGABYTE; in testEmpty()86 mController.updateBytes(0, 32 * GIGABYTE); in testEmpty()
25 public static final long GIGABYTE = KILOBYTE * MEGABYTE; field in TestUtils