Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageSummaryDonutPreferenceControllerTest.java19 import static com.android.settings.TestUtils.GIGABYTE;
84 final long totalSpace = 32 * GIGABYTE; in testEmpty()
86 mController.updateBytes(0, 32 * GIGABYTE); in testEmpty()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DTestUtils.java25 public static final long GIGABYTE = KILOBYTE * MEGABYTE; field in TestUtils