Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java255 final VolumeInfo targetVol = mCandidates[which]; in onClick() local
258 if (!Objects.equals(targetVol, currentVol)) { in onClick()
260 intent.putExtra(VolumeInfo.EXTRA_VOLUME_ID, targetVol.getId()); in onClick()