Searched refs:getTotalBytes (Results 1 – 6 of 6) sorted by relevance
41 assertTrue(stat.getTotalBytes() > 0); in testStatFs()58 assertTrue(stat.getTotalBytes() > 0); in testStatFs()
101 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()
240 long size = statFs.getTotalBytes(); in assertDataPartitionMinimumSize()
207 assertTrue(stats.getTotalBytes(StorageManager.UUID_DEFAULT) >= Environment in testVerifySpaceApi()
204 protected int getTotalBytes(InputStream in) throws Exception { in getTotalBytes() method in DownloadManagerTestBase
686 final int expectedSize = getTotalBytes( in testDownload_mediaScanned()