Searched refs:mStorageSelectionController (Results 1 – 2 of 2) sorted by relevance
73 private StorageSelectionPreferenceController mStorageSelectionController; field in ProfileSelectStorageFragment211 mStorageSelectionController.setStorageEntries(mStorageEntries); in refreshUi()212 mStorageSelectionController.setSelectedStorageEntry(mSelectedStorageEntry); in refreshUi()260 mStorageSelectionController = use(StorageSelectionPreferenceController.class); in onAttach()261 mStorageSelectionController.setOnItemSelectedListener(storageEntry -> { in onAttach()
103 private StorageSelectionPreferenceController mStorageSelectionController; field in StorageDashboardFragment229 mStorageSelectionController.setStorageEntries(mStorageEntries); in refreshUi()230 mStorageSelectionController.setSelectedStorageEntry(mSelectedStorageEntry); in refreshUi()317 mStorageSelectionController = use(StorageSelectionPreferenceController.class); in onAttach()318 mStorageSelectionController.setOnItemSelectedListener(storageEntry -> { in onAttach()