Searched refs:setSpecialStorageState (Results 1 – 1 of 1) sorted by relevance
199 mViewModel.getFullStorageStateLiveData().observe(this, this::setSpecialStorageState); in onCreate()257 setSpecialStorageState(mViewModel.getFullStorageStateLiveData().getValue(), root); in onCreateView()290 private void setSpecialStorageState(FullStoragePackageState storageState) { in setSpecialStorageState() method in AppPermissionFragment291 setSpecialStorageState(storageState, getView()); in setSpecialStorageState()414 setSpecialStorageState(mViewModel.getFullStorageStateLiveData().getValue()); in setRadioButtonsState()430 private void setSpecialStorageState(FullStoragePackageState storageState, View v) { in setSpecialStorageState() method in AppPermissionFragment