Searched refs:getFreeBytes (Results 1 – 6 of 6) sorted by relevance
106 when(mStorageVolumeProvider.getFreeBytes( in setUp()182 when(mStorageVolumeProvider.getFreeBytes( in testJobDoesntRunIfStorageNotFull()192 when(mStorageVolumeProvider.getFreeBytes( in testJobOnlyRunsIfFreeStorageIsUnder15Percent()198 when(mStorageVolumeProvider.getFreeBytes( in testJobOnlyRunsIfFreeStorageIsUnder15Percent()222 when(mStorageVolumeProvider.getFreeBytes( in testNonPrivateDrivesIgnoredForFreeSpaceCalculation()229 when(mStorageVolumeProvider.getFreeBytes( in testNonPrivateDrivesIgnoredForFreeSpaceCalculation()245 when(mStorageVolumeProvider.getFreeBytes( in testMultiplePrivateVolumesCountedForASMActivationThreshold()253 when(mStorageVolumeProvider.getFreeBytes( in testMultiplePrivateVolumesCountedForASMActivationThreshold()
22 when(storageVolumeProvider.getFreeBytes(any(), any())).thenReturn(1000L); in getVolumeSize_getsValidSizes()
87 public long getFreeBytes() { in getFreeBytes() method in CacheStorageUsageInfo
65 long privateFreeBytes = storageVolumeProvider.getFreeBytes(stats, info); in getVolumeSize()
83 when(mStorageManagerVolumeProvider.getFreeBytes( in updateSummary_shouldDisplayUsedPercentAndFreeSpace()
371 long freeBytes = mCacheStorageInfo.getFreeBytes(); in refreshCacheStorageInfo()