Searched refs:mStorageEntry (Results 1 – 2 of 2) sorted by relevance
79 private StorageEntry mStorageEntry; field in VolumeOptionMenuController86 mStorageEntry = storageEntry; in VolumeOptionMenuController()124 if (mStorageEntry.isUnmounted()) { in onPrepareOptionsMenu()128 if (!mStorageEntry.isMounted()) { in onPrepareOptionsMenu()132 if (mStorageEntry.isPrivate()) { in onPrepareOptionsMenu()149 if (mStorageEntry.isPublic()) { in onPrepareOptionsMenu()183 if (mStorageEntry.isPrivate() && !mStorageEntry.isDefaultInternalStorage()) { in onOptionsItemSelected()198 if ((mStorageEntry.isPrivate() && !mStorageEntry.isDefaultInternalStorage()) in onOptionsItemSelected()206 if (mStorageEntry.isDiskInfoUnsupported() || mStorageEntry.isPublic()) { in onOptionsItemSelected()228 if (mStorageEntry.isPublic()) { in onOptionsItemSelected()[all …]
49 private StorageEntry mStorageEntry; field in StorageUsageProgressBarPreferenceController60 mStorageEntry = storageEntry; in setSelectedStorageEntry()77 if (mStorageEntry == null || !mStorageEntry.isMounted()) { in getStorageStatsAndUpdateUi()81 if (mStorageEntry.isPrivate()) { in getStorageStatsAndUpdateUi()83 mTotalBytes = mStorageStatsManager.getTotalBytes(mStorageEntry.getFsUuid()); in getStorageStatsAndUpdateUi()85 - mStorageStatsManager.getFreeBytes(mStorageEntry.getFsUuid()); in getStorageStatsAndUpdateUi()87 final File rootFile = mStorageEntry.getPath(); in getStorageStatsAndUpdateUi()89 Log.d(TAG, "Mounted public storage has null root path: " + mStorageEntry); in getStorageStatsAndUpdateUi()