Searched refs:setSpecialStorageState (Results 1 – 2 of 2) sorted by relevance
225 mViewModel.getFullStorageStateLiveData().observe(this, this::setSpecialStorageState); in onCreate()314 setSpecialStorageState(mViewModel.getFullStorageStateLiveData().getValue(), root); in onCreateView()373 private void setSpecialStorageState(FullStoragePackageState storageState) { in setSpecialStorageState() method in AppPermissionFragment374 setSpecialStorageState(storageState, getView()); in setSpecialStorageState()510 setSpecialStorageState(mViewModel.getFullStorageStateLiveData().getValue()); in setRadioButtonsState()552 private void setSpecialStorageState(FullStoragePackageState storageState, View v) { in setSpecialStorageState() method in AppPermissionFragment
196 mViewModel.getFullStorageStateLiveData().observe(this, this::setSpecialStorageState); in onCreate()267 setSpecialStorageState(mViewModel.getFullStorageStateLiveData().getValue()); in updatePreferences()390 private void setSpecialStorageState(FullStoragePackageState storageState) { in setSpecialStorageState() method in AppPermissionFragment