Searched refs:currentVol (Results 1 – 1 of 1) sorted by relevance
2141 final VolumeInfo currentVol = getPackageCurrentVolume(app, storageManager); in getPackageCandidateVolumes() local2145 if (Objects.equals(vol, currentVol) in getPackageCandidateVolumes()2235 final VolumeInfo currentVol = getPrimaryStorageCurrentVolume(); in getPrimaryStorageCandidateVolumes() local2239 storage.getPrimaryStorageUuid()) && currentVol != null) { in getPrimaryStorageCandidateVolumes()2241 candidates.add(currentVol); in getPrimaryStorageCandidateVolumes()2244 if (Objects.equals(vol, currentVol) || isPrimaryStorageCandidateVolume(vol)) { in getPrimaryStorageCandidateVolumes()