Searched refs:getEnabledProfiles (Results 1 – 5 of 5) sorted by relevance
88 for (UserInfo ui : mUserManager.getEnabledProfiles(user)) { in reloadManagedProfiles()
119 for (UserInfo userInfo : mUserManager.getEnabledProfiles(currentUser)) { in updateThemeOverlays()
2123 when(mUm.getEnabledProfiles(10)).thenReturn(uis); in testSetAssistantAccessForUser()2197 when(mUm.getEnabledProfiles(ui.id)).thenReturn(uis); in testSetAssistantAccess()2219 when(mUm.getEnabledProfiles(ui.id)).thenReturn(uis); in testSetAssistantAccess_multiProfile()2246 when(mUm.getEnabledProfiles(ui.id)).thenReturn(uis); in testSetAssistantAccess_nullWithAllowedAssistant()2269 when(mUm.getEnabledProfiles(10)).thenReturn(uis); in testSetAssistantAccessForUser_nullWithAllowedAssistant()2298 when(mUm.getEnabledProfiles(ui.id)).thenReturn(uis); in testSetAssistantAccessForUser_workProfile_nullWithAllowedAssistant()2353 when(mUm.getEnabledProfiles(ui.id)).thenReturn(uis); in testSetAssistantAccess_doesNothingOnLowRam()2404 when(mUm.getEnabledProfiles(ui.id)).thenReturn(uis); in testSetAssistantAccess_doesNothingOnLowRam_exceptWatch()
2515 public List<UserInfo> getEnabledProfiles(@UserIdInt int userHandle) { in getEnabledProfiles() method in UserManager
3934 for (UserInfo ui : mUm.getEnabledProfiles(userId)) {4151 List<UserInfo> users = mUm.getEnabledProfiles(baseUserId);