Home
last modified time | relevance | path

Searched refs:privateTotalBytes (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DVolumeSizesLoader.java57 long privateTotalBytes = mVolumeProvider.getTotalBytes(mStats, mVolume); in getVolumeSize() local
59 return new PrivateStorageInfo(privateFreeBytes, privateTotalBytes); in getVolumeSize()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DVolumeSizesLoader.java65 long privateTotalBytes = storageVolumeProvider.getTotalBytes(stats, info); in getVolumeSize() local
67 return new PrivateStorageInfo(privateFreeBytes, privateTotalBytes); in getVolumeSize()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/storage/
DVolumeSizesLoader.java65 long privateTotalBytes = storageVolumeProvider.getTotalBytes(stats, info); in getVolumeSize() local
67 return new PrivateStorageInfo(privateFreeBytes, privateTotalBytes); in getVolumeSize()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageSettings.java155 final long privateTotalBytes = info.totalBytes; in refresh() local
212 Formatter.formatFileSize(context, privateTotalBytes))); in refresh()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DStorageSettings.java155 final long privateTotalBytes = info.totalBytes; in refresh() local
212 Formatter.formatFileSize(context, privateTotalBytes))); in refresh()