Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
H A DProfileSelectStorageFragment.java71 private StorageSelectionPreferenceController mStorageSelectionController; field in ProfileSelectStorageFragment
216 mStorageSelectionController.setStorageEntries(mStorageEntries); in refreshUi()
217 mStorageSelectionController.setSelectedStorageEntry(mSelectedStorageEntry); in refreshUi()
256 mStorageSelectionController = use(StorageSelectionPreferenceController.class); in onAttach()
257 mStorageSelectionController.setOnItemSelectedListener(storageEntry -> { in onAttach()
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageDashboardFragment.java107 private StorageSelectionPreferenceController mStorageSelectionController; field in StorageDashboardFragment
227 mStorageSelectionController.setStorageEntries(mStorageEntries); in refreshUi()
228 mStorageSelectionController.setSelectedStorageEntry(mSelectedStorageEntry); in refreshUi()
299 mStorageSelectionController = use(StorageSelectionPreferenceController.class); in onAttach()
300 mStorageSelectionController.setOnItemSelectedListener(storageEntry -> { in onAttach()