Searched refs:volumeUuids (Results 1 – 1 of 1) sorted by relevance
365 final List<String> volumeUuids = getMountedVolumes(); in reconcileSdkDataPackageDirs() local366 for (int i = 0; i < volumeUuids.size(); i++) { in reconcileSdkDataPackageDirs()367 final String volumeUuid = volumeUuids.get(i); in reconcileSdkDataPackageDirs()740 final List<String> volumeUuids = new ArrayList<>(); in getMountedVolumes() local741 volumeUuids.add(null); in getMountedVolumes()745 return volumeUuids; in getMountedVolumes()750 volumeUuids.add(volumeUuid); in getMountedVolumes()752 return volumeUuids; in getMountedVolumes()