Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardMigrateConfirm.java47 final VolumeInfo sourceVol = getPackageManager().getPrimaryStorageCurrentVolume(); in onCreate() local
48 if (sourceVol == null || mVolume == null) { in onCreate()
54 final String sourceDescrip = mStorage.getBestVolumeDescription(sourceVol); in onCreate()