Searched refs:KILOBYTE (Results 1 – 4 of 4) sorted by relevance
35 private static final long KILOBYTE = 1000L; field in AppDeletionPreferenceTest54 .setSize(KILOBYTE) in testPreferenceSummary()73 .setSize(KILOBYTE) in testTwoDayPreferenceSummary()92 .setSize(KILOBYTE) in testYesterdayPreferenceSummary()111 .setSize(KILOBYTE) in testTodayPreferenceSummary()130 .setSize(KILOBYTE) in testNeverUsedPreferenceSummary()149 .setSize(KILOBYTE) in testUnknownLastUsePreferenceSummary()
20 import static com.android.settings.TestUtils.KILOBYTE;99 final long totalSpace = KILOBYTE * 10; in testTotalStorage()100 final long usedSpace = KILOBYTE; in testTotalStorage()101 mController.updateBytes(KILOBYTE, totalSpace); in testTotalStorage()114 final long totalSpace = KILOBYTE * 10; in testPopulateWithVolume()115 final long freeSpace = KILOBYTE; in testPopulateWithVolume()
23 public static final long KILOBYTE = 1024L; // TODO: Change to 1000 in O Robolectric. field in TestUtils24 public static final long MEGABYTE = KILOBYTE * KILOBYTE;25 public static final long GIGABYTE = KILOBYTE * MEGABYTE;
59 private static final int KILOBYTE = 1024; field in StorageLifetimeFragment172 v -> writeBytesToFile(KILOBYTE)); in onCreateView()