Searched refs:getProfileUser (Results 1 – 5 of 5) sorted by relevance
144 when(mPrivateProfileManager.getProfileUser()).thenReturn(PRIVATE_HANDLE); in setUp()295 when(mPrivateProfileManager.getProfileUser()).thenReturn(null); in testPrivateProfileInstallNullPrivateProfileUser()300 assertNull(mPrivateProfileManager.getProfileUser()); in testPrivateProfileInstallNullPrivateProfileUser()314 when(mPrivateProfileManager.getProfileUser()).thenReturn(PRIVATE_HANDLE); in testPrivateProfileInstallNonNullPrivateProfileUser()319 assertNotNull(mPrivateProfileManager.getProfileUser()); in testPrivateProfileInstallNonNullPrivateProfileUser()
112 public UserHandle getProfileUser() { in getProfileUser() method in UserProfileManager
275 UserHandle profileUser = getProfileUser(); in initializeInBackgroundThread()351 .getPreInstallApps(getProfileUser()); in splitIntoUserInstalledAndSystemApps()
390 launcher.getAppsView().getPrivateProfileManager().getProfileUser()); in startAppShortcutOrInfoActivity()
231 UserHandle privateProfileUser = privateProfileManager.getProfileUser();