Searched refs:getBestVolumeDescription (Results 1 – 18 of 18) sorted by relevance
98 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()
121 screen.setTitle(mStorageManager.getBestVolumeDescription(mVolumeInfo)); in onCreatePreferences()175 final String description = mStorageManager.getBestVolumeDescription(mVolumeInfo); in refresh()
289 mFormatDiskDesc = mStorageManager.getBestVolumeDescription(volume); in onRequestFormatAsPrivate()330 mFormatDiskDesc = mStorageManager.getBestVolumeDescription(info); in onRequestFormatAsPublic()
119 .title(mStorageManager.getBestVolumeDescription(candidate)) in onCreateActions()
125 final String volumeDesc = mStorageManager.getBestVolumeDescription(volumeInfo); in onCreateGuidance()
144 mDescription = storageManager.getBestVolumeDescription(info); in onCreate()
78 String getBestVolumeDescription(VolumeInfoCompat vol) { in getBestVolumeDescription() method in StorageManagerCompat79 return mManager.getBestVolumeDescription(vol.mVolumeInfo); in getBestVolumeDescription()
143 mDescription = mStorageManager.getBestVolumeDescription(volume); in UnmountTask()180 mDescription = mStorageManager.getBestVolumeDescription(volume); in MountTask()
57 .getBestVolumeDescription(mVolumeInfo); in StorageEntry()
44 mDescription = mStorageManager.getBestVolumeDescription(volume); in UnmountTask()
55 final String volumeDesc = mStorageManager.getBestVolumeDescription(volumeInfo); in refresh()
59 final String volumeDesc = mStorageManager.getBestVolumeDescription(volumeInfo); in update()
50 final String volumeName = mStorage.getBestVolumeDescription(mVolume); in onCreate()
70 final String volumeName = mStorage.getBestVolumeDescription(mVolume); in onCreate()
167 getActivity().setTitle(mStorageManager.getBestVolumeDescription(mVolume)); in update()
279 mStorageUsed.setSummary(storage.getBestVolumeDescription(currentVol)); in refreshUi()336 final String volDescrip = storage.getBestVolumeDescription(candidates.get(i)); in initMoveDialog()
262 .getBestVolumeDescription(volumeInfo); in refresh()
237 when(mStorageManager.getBestVolumeDescription(volumeInfo)).thenReturn(description); in getDescription_shouldReturnDescription()