Searched refs:mPrivateStorageInfo (Results 1 – 1 of 1) sorted by relevance
64 private PrivateStorageInfo mPrivateStorageInfo; field in StorageSettingsManager97 if (mAppsStorageResultSparseArray != null && mPrivateStorageInfo != null) { in onReceivedSizes()98 long privateUsedBytes = mPrivateStorageInfo.totalBytes - mPrivateStorageInfo.freeBytes; in onReceivedSizes()101 mPrivateStorageInfo.totalBytes); in onReceivedSizes()126 mPrivateStorageInfo = privateStorageInfo; in onLoadFinished()