Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/
DTestUtils.java27 public static final long KILOBYTE = 1024L; // TODO: Change to 1000 in O Robolectric. field in TestUtils
28 public static final long MEGABYTE = KILOBYTE * KILOBYTE;
29 public static final long GIGABYTE = KILOBYTE * MEGABYTE;
/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/unit/src/com/android/settings/
DTestUtils.java37 public static final long KILOBYTE = 1024L; // TODO: Change to 1000 in O Robolectric. field in TestUtils
38 public static final long MEGABYTE = KILOBYTE * KILOBYTE;
39 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()