Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DMigrateStorageActivity.java98 mTargetVolumeDesc = storageManager.getBestVolumeDescription(mTargetVolumeInfo); in onCreate()
109 mVolumeDesc = storageManager.getBestVolumeDescription(mVolumeInfo); in onCreate()
143 mTargetVolumeDesc = storageManager.getBestVolumeDescription(mTargetVolumeInfo); in onChoose()
276 .title(storageManager.getBestVolumeDescription(candidate)) in onCreateActions()
DStorageFragment.java121 screen.setTitle(mStorageManager.getBestVolumeDescription(mVolumeInfo)); in onCreatePreferences()
175 final String description = mStorageManager.getBestVolumeDescription(mVolumeInfo); in refresh()
DFormatActivity.java289 mFormatDiskDesc = mStorageManager.getBestVolumeDescription(volume); in onRequestFormatAsPrivate()
330 mFormatDiskDesc = mStorageManager.getBestVolumeDescription(info); in onRequestFormatAsPublic()
DMoveAppStepFragment.java119 .title(mStorageManager.getBestVolumeDescription(candidate)) in onCreateActions()
DBackupAppsStepFragment.java125 final String volumeDesc = mStorageManager.getBestVolumeDescription(volumeInfo); in onCreateGuidance()
DNewStorageActivity.java144 mDescription = storageManager.getBestVolumeDescription(info); in onCreate()
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DStorageManagerCompat.java78 String getBestVolumeDescription(VolumeInfoCompat vol) { in getBestVolumeDescription() method in StorageManagerCompat
79 return mManager.getBestVolumeDescription(vol.mVolumeInfo); in getBestVolumeDescription()
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DStorageUtils.java143 mDescription = mStorageManager.getBestVolumeDescription(volume); in UnmountTask()
180 mDescription = mStorageManager.getBestVolumeDescription(volume); in MountTask()
DStorageEntry.java57 .getBestVolumeDescription(mVolumeInfo); in StorageEntry()
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DUnmountTask.java44 mDescription = mStorageManager.getBestVolumeDescription(volume); in UnmountTask()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppStoragePreference.java55 final String volumeDesc = mStorageManager.getBestVolumeDescription(volumeInfo); in refresh()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/
DAppStoragePreferenceController.java59 final String volumeDesc = mStorageManager.getBestVolumeDescription(volumeInfo); in update()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardMoveProgress.java50 final String volumeName = mStorage.getBestVolumeDescription(mVolume); in onCreate()
DStorageWizardMoveConfirm.java70 final String volumeName = mStorage.getBestVolumeDescription(mVolume); in onCreate()
DPublicVolumeSettings.java167 getActivity().setTitle(mStorageManager.getBestVolumeDescription(mVolume)); in update()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java279 mStorageUsed.setSummary(storage.getBestVolumeDescription(currentVol)); in refreshUi()
336 final String volDescrip = storage.getBestVolumeDescription(candidates.get(i)); in initMoveDialog()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DStorageSummaryFragment.java262 .getBestVolumeDescription(volumeInfo); in refresh()
/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/storage/
DStorageEntryTest.java237 when(mStorageManager.getBestVolumeDescription(volumeInfo)).thenReturn(description); in getDescription_shouldReturnDescription()