Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationPackageManager.java2304 final VolumeInfo currentVol = getPackageCurrentVolume(app, storageManager); in getPackageCandidateVolumes() local
2308 if (Objects.equals(vol, currentVol) in getPackageCandidateVolumes()
2398 final VolumeInfo currentVol = getPrimaryStorageCurrentVolume(); in getPrimaryStorageCandidateVolumes() local
2402 storage.getPrimaryStorageUuid()) && currentVol != null) { in getPrimaryStorageCandidateVolumes()
2404 candidates.add(currentVol); in getPrimaryStorageCandidateVolumes()
2407 if (Objects.equals(vol, currentVol) || isPrimaryStorageCandidateVolume(vol)) { in getPrimaryStorageCandidateVolumes()