Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DProfileSelectStorageFragment.java73 private StorageSelectionPreferenceController mStorageSelectionController; field in ProfileSelectStorageFragment
211 mStorageSelectionController.setStorageEntries(mStorageEntries); in refreshUi()
212 mStorageSelectionController.setSelectedStorageEntry(mSelectedStorageEntry); in refreshUi()
260 mStorageSelectionController = use(StorageSelectionPreferenceController.class); in onAttach()
261 mStorageSelectionController.setOnItemSelectedListener(storageEntry -> { in onAttach()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageDashboardFragment.java103 private StorageSelectionPreferenceController mStorageSelectionController; field in StorageDashboardFragment
229 mStorageSelectionController.setStorageEntries(mStorageEntries); in refreshUi()
230 mStorageSelectionController.setSelectedStorageEntry(mSelectedStorageEntry); in refreshUi()
317 mStorageSelectionController = use(StorageSelectionPreferenceController.class); in onAttach()
318 mStorageSelectionController.setOnItemSelectedListener(storageEntry -> { in onAttach()