Searched refs:mCandidateVolumes (Results 1 – 2 of 2) sorted by relevance
50 private List<VolumeInfo> mCandidateVolumes; field in MoveAppStepFragment109 mCandidateVolumes = mPackageManager.getPackageCandidateVolumes(info); in onCreateActions()111 for (final VolumeInfo candidate : mCandidateVolumes) { in onCreateActions()123 .id(mCandidateVolumes.indexOf(candidate)) in onCreateActions()131 final VolumeInfo destination = mCandidateVolumes.get((int) action.getId()); in onGuidedActionClicked()
239 private List<VolumeInfo> mCandidateVolumes; field in MigrateStorageActivity.ChooseStorageStepFragment265 mCandidateVolumes = in onCreateActions()268 for (final VolumeInfo candidate : mCandidateVolumes) { in onCreateActions()278 .id(mCandidateVolumes.indexOf(candidate)) in onCreateActions()286 final VolumeInfo volumeInfo = mCandidateVolumes.get((int) action.getId()); in onGuidedActionClicked()