Searched refs:privateTotalBytes (Results 1 – 5 of 5) sorted by relevance
57 long privateTotalBytes = mVolumeProvider.getTotalBytes(mStats, mVolume); in getVolumeSize() local59 return new PrivateStorageInfo(privateFreeBytes, privateTotalBytes); in getVolumeSize()
65 long privateTotalBytes = storageVolumeProvider.getTotalBytes(stats, info); in getVolumeSize() local67 return new PrivateStorageInfo(privateFreeBytes, privateTotalBytes); in getVolumeSize()
155 final long privateTotalBytes = info.totalBytes; in refresh() local212 Formatter.formatFileSize(context, privateTotalBytes))); in refresh()