Searched refs:mStorageSelectionController (Results 1 – 2 of 2) sorted by relevance
71 private StorageSelectionPreferenceController mStorageSelectionController; field in ProfileSelectStorageFragment216 mStorageSelectionController.setStorageEntries(mStorageEntries); in refreshUi()217 mStorageSelectionController.setSelectedStorageEntry(mSelectedStorageEntry); in refreshUi()256 mStorageSelectionController = use(StorageSelectionPreferenceController.class); in onAttach()257 mStorageSelectionController.setOnItemSelectedListener(storageEntry -> { in onAttach()
107 private StorageSelectionPreferenceController mStorageSelectionController; field in StorageDashboardFragment227 mStorageSelectionController.setStorageEntries(mStorageEntries); in refreshUi()228 mStorageSelectionController.setSelectedStorageEntry(mSelectedStorageEntry); in refreshUi()299 mStorageSelectionController = use(StorageSelectionPreferenceController.class); in onAttach()300 mStorageSelectionController.setOnItemSelectedListener(storageEntry -> { in onAttach()