Searched refs:mStorageInfo (Results 1 – 2 of 2) sorted by relevance
72 private PrivateStorageInfo mStorageInfo; field in StorageDashboardFragment142 if (mStorageInfo != null) { in onReceivedSizes()143 long privateUsedBytes = mStorageInfo.totalBytes - mStorageInfo.freeBytes; in onReceivedSizes()144 mSummaryController.updateBytes(privateUsedBytes, mStorageInfo.totalBytes); in onReceivedSizes()147 mPreferenceController.setTotalSize(mStorageInfo.totalBytes); in onReceivedSizes()152 userController.setTotalSize(mStorageInfo.totalBytes); in onReceivedSizes()281 return mStorageInfo; in getPrivateStorageInfo()286 mStorageInfo = info; in setPrivateStorageInfo()308 mStorageInfo = info; in initializeCachedValues()316 if ((isQuotaSupported && (mStorageInfo == null || mAppsResult == null)) || in maybeSetLoading()[all …]