Home
last modified time | relevance | path

Searched refs:getTotalBytes (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DStatFsTest.java41 assertTrue(stat.getTotalBytes() > 0); in testStatFs()
58 assertTrue(stat.getTotalBytes() > 0); in testStatFs()
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java101 final long actualTotal = stats.getTotalBytes(UUID_DEFAULT); in testVerifySummary()
198 assertMostlyEquals(17 * MB_IN_BYTES, afterInit.getTotalBytes() - before.getTotalBytes()); in testVerifyStatsExternal()
214 assertMostlyEquals(17 * MB_IN_BYTES, afterRename.getTotalBytes() - before.getTotalBytes()); in testVerifyStatsExternal()
239 UUID_DEFAULT, user).getTotalBytes(); in testVerifyStatsExternalConsistent()
265 final long statsSize = stats.queryExternalStatsForUser(UUID_DEFAULT, user).getTotalBytes(); in testVerifyStatsExternalConsistent()
/cts/tests/tests/hardware/src/android/hardware/cts/
DLowRamDeviceTest.java240 long size = statFs.getTotalBytes(); in assertDataPartitionMinimumSize()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java207 assertTrue(stats.getTotalBytes(StorageManager.UUID_DEFAULT) >= Environment in testVerifySpaceApi()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java204 protected int getTotalBytes(InputStream in) throws Exception { in getTotalBytes() method in DownloadManagerTestBase
DDownloadManagerTest.java686 final int expectedSize = getTotalBytes( in testDownload_mediaScanned()