Searched refs:getWorkProfile (Results 1 – 6 of 6) sorted by relevance
55 mWorkProfile = UserUtils.getWorkProfile(application); in DefaultAppListViewModel()80 public UserHandle getWorkProfile() { in getWorkProfile() method in DefaultAppListViewModel
46 UserHandle workProfile = UserUtils.getWorkProfile(application); in SpecialAppAccessListViewModel()
64 UserHandle workProfile = UserUtils.getWorkProfile(application); in SpecialAppAccessViewModel()
138 mViewModel.getWorkProfile(), context); in onRoleListChanged()
59 public static UserHandle getWorkProfile(@NonNull Context context) { in getWorkProfile() method in UserUtils
143 boolean hasWorkProfile = UserUtils.getWorkProfile(context) != null; in isMissingWorkProfileSupport()