Home
last modified time | relevance | path

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

/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
DAutomaticStorageManagementJobServiceTest.java106 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()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
DVolumeSizesLoaderTest.java22 when(storageVolumeProvider.getFreeBytes(any(), any())).thenReturn(1000L); in getVolumeSize_getsValidSizes()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DCacheStorageUsageInfo.java87 public long getFreeBytes() { in getFreeBytes() method in CacheStorageUsageInfo
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DVolumeSizesLoader.java65 long privateFreeBytes = storageVolumeProvider.getFreeBytes(stats, info); in getVolumeSize()
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/
DStorageSettingsTest.java83 when(mStorageManagerVolumeProvider.getFreeBytes( in updateSummary_shouldDisplayUsedPercentAndFreeSpace()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DManageCachePage.java371 long freeBytes = mCacheStorageInfo.getFreeBytes(); in refreshCacheStorageInfo()