Searched refs:privateUsedBytes (Results 1 – 3 of 3) sorted by relevance
97 long privateUsedBytes = mPrivateStorageInfo.totalBytes - mPrivateStorageInfo.freeBytes; in onReceivedSizes() local99 listener.onDataLoaded(mAppsStorageResultSparseArray, privateUsedBytes, in onReceivedSizes()
215 final long privateUsedBytes = mStorageInfo.totalBytes - mStorageInfo.freeBytes; in onReceivedSizes() local217 mPreferenceController.setUsedSize(privateUsedBytes); in onReceivedSizes()221 .cacheTotalSizeAndTotalUsedSize(mStorageInfo.totalBytes, privateUsedBytes); in onReceivedSizes()
389 final long privateUsedBytes = mStorageInfo.totalBytes - mStorageInfo.freeBytes; in onReceivedSizes() local391 mPreferenceController.setUsedSize(privateUsedBytes); in onReceivedSizes()395 .cacheTotalSizeAndTotalUsedSize(mStorageInfo.totalBytes, privateUsedBytes); in onReceivedSizes()