Searched refs:mStorageEntry (Results 1 – 2 of 2) sorted by relevance
80 private StorageEntry mStorageEntry; field in VolumeOptionMenuController86 mStorageEntry = storageEntry; in VolumeOptionMenuController()127 if (mStorageEntry.isDiskInfoUnsupported()) { in updateOptionsMenu()131 if (mStorageEntry.isVolumeRecordMissed()) { in updateOptionsMenu()135 if (mStorageEntry.isUnmounted()) { in updateOptionsMenu()139 if (!mStorageEntry.isMounted()) { in updateOptionsMenu()143 if (mStorageEntry.isPrivate()) { in updateOptionsMenu()144 if (!mStorageEntry.isDefaultInternalStorage()) { in updateOptionsMenu()151 final VolumeInfo selectedVolumeInfo = mStorageEntry.getVolumeInfo(); in updateOptionsMenu()159 if (mStorageEntry.isPublic()) { in updateOptionsMenu()[all …]
49 private StorageEntry mStorageEntry; field in StorageUsageProgressBarPreferenceController62 mStorageEntry = storageEntry; in setSelectedStorageEntry()78 if (mStorageEntry != null && mStorageEntry.isMounted() && mStorageEntry.isPrivate()) { in getStorageStatsAndUpdateUi()88 if (mStorageEntry == null || !mStorageEntry.isMounted()) { in getStorageStatsAndUpdateUi()92 if (mStorageEntry.isPrivate()) { in getStorageStatsAndUpdateUi()94 mTotalBytes = mStorageStatsManager.getTotalBytes(mStorageEntry.getFsUuid()); in getStorageStatsAndUpdateUi()96 - mStorageStatsManager.getFreeBytes(mStorageEntry.getFsUuid()); in getStorageStatsAndUpdateUi()98 final File rootFile = mStorageEntry.getPath(); in getStorageStatsAndUpdateUi()100 Log.d(TAG, "Mounted public storage has null root path: " + mStorageEntry); in getStorageStatsAndUpdateUi()