Searched refs:getRoleLiveData (Results 1 – 5 of 5) sorted by relevance
68 public LiveData<List<Pair<ApplicationInfo, Boolean>>> getRoleLiveData() { in getRoleLiveData() method in DefaultAppViewModel
117 mViewModel.getRoleLiveData().observe(this, this::onRoleChanged); in onActivityCreated()
235 mViewModel.getRoleLiveData().observe(this, this::onRoleDataChanged); in onStart()359 boolean hasRoleData = mViewModel.getRoleLiveData().getValue() != null; in updateUi()
79 public LiveData<List<Pair<ApplicationInfo, Boolean>>> getRoleLiveData() { in getRoleLiveData() method in SpecialAppAccessViewModel
108 mViewModel.getRoleLiveData().observe(this, this::onRoleChanged); in onActivityCreated()