Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1789 final VolumeInfo currentVol = getPackageCurrentVolume(app); in getPackageCandidateVolumes() local
1793 if (Objects.equals(vol, currentVol) || isPackageCandidateVolume(mContext, app, vol)) { in getPackageCandidateVolumes()
1871 final VolumeInfo currentVol = getPrimaryStorageCurrentVolume(); in getPrimaryStorageCandidateVolumes() local
1875 storage.getPrimaryStorageUuid()) && currentVol != null) { in getPrimaryStorageCandidateVolumes()
1877 candidates.add(currentVol); in getPrimaryStorageCandidateVolumes()
1880 if (Objects.equals(vol, currentVol) || isPrimaryStorageCandidateVolume(vol)) { in getPrimaryStorageCandidateVolumes()