Home
last modified time | relevance | path

Searched refs:mPrivateStorageInfo (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageSettingsManager.java64 private PrivateStorageInfo mPrivateStorageInfo; field in StorageSettingsManager
97 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()