Searched refs:mCandidateVolumes (Results 1 – 2 of 2) sorted by relevance
51 private List<VolumeInfo> mCandidateVolumes; field in MoveAppStepFragment110 mCandidateVolumes = mPackageManager.getPackageCandidateVolumes(info); in onCreateActions()112 for (final VolumeInfo candidate : mCandidateVolumes) { in onCreateActions()124 .id(mCandidateVolumes.indexOf(candidate)) in onCreateActions()132 final VolumeInfo destination = mCandidateVolumes.get((int) action.getId()); in onGuidedActionClicked()
240 private List<VolumeInfo> mCandidateVolumes; field in MigrateStorageActivity.ChooseStorageStepFragment266 mCandidateVolumes = in onCreateActions()269 for (final VolumeInfo candidate : mCandidateVolumes) { in onCreateActions()279 .id(mCandidateVolumes.indexOf(candidate)) in onCreateActions()287 final VolumeInfo volumeInfo = mCandidateVolumes.get((int) action.getId()); in onGuidedActionClicked()