Searched refs:privateUsedBytes (Results 1 – 4 of 4) sorted by relevance
66 final double privateUsedBytes = info.totalBytes - info.freeBytes; in refreshSummaryThread() local70 percentageFormat.format(privateUsedBytes / info.totalBytes), in refreshSummaryThread()
197 final long privateUsedBytes = mStorageInfo.totalBytes - mStorageInfo.freeBytes; in onReceivedSizes() local199 mPreferenceController.setUsedSize(privateUsedBytes); in onReceivedSizes()
368 final long privateUsedBytes = mStorageInfo.totalBytes - mStorageInfo.freeBytes; in onReceivedSizes() local370 mPreferenceController.setUsedSize(privateUsedBytes); in onReceivedSizes()
97 long privateUsedBytes = mPrivateStorageInfo.totalBytes - mPrivateStorageInfo.freeBytes; in onReceivedSizes() local99 listener.onDataLoaded(mAppsStorageResultSparseArray, privateUsedBytes, in onReceivedSizes()