Home
last modified time | relevance | path

Searched refs:KILOBYTE (Results 1 – 4 of 4) sorted by relevance

/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
DAppDeletionPreferenceTest.java35 private static final long KILOBYTE = 1000L; field in AppDeletionPreferenceTest
54 .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()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DStorageSummaryDonutPreferenceControllerTest.java20 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()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DTestUtils.java23 public static final long KILOBYTE = 1024L; // TODO: Change to 1000 in O Robolectric. field in TestUtils
24 public static final long MEGABYTE = KILOBYTE * KILOBYTE;
25 public static final long GIGABYTE = KILOBYTE * MEGABYTE;
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/storagelifetime/
DStorageLifetimeFragment.java59 private static final int KILOBYTE = 1024; field in StorageLifetimeFragment
172 v -> writeBytesToFile(KILOBYTE)); in onCreateView()