Searched refs:currentLauncherSupportsManagedProfiles (Results 1 – 5 of 5) sorted by relevance
281 assertFalse(mUtils.currentLauncherSupportsManagedProfiles(mockContext)); in testCurrentLauncherSupportsManagedProfiles_noLauncherSet()289 assertTrue(mUtils.currentLauncherSupportsManagedProfiles(mockContext)); in testCurrentLauncherSupportsManagedProfiles()295 assertFalse(mUtils.currentLauncherSupportsManagedProfiles(mockContext)); in testCurrentLauncherSupportsManagedProfiles()
105 when(mUtils.currentLauncherSupportsManagedProfiles(mContext)).thenReturn(true); in setUp()222 when(mUtils.currentLauncherSupportsManagedProfiles(mContext)).thenReturn(false); in testManagedProfile_badLauncher()
96 if (!mUtils.currentLauncherSupportsManagedProfiles(this)) { in onActivityResult()
342 if (!mUtils.currentLauncherSupportsManagedProfiles(mContext)) { in checkLauncherAndStartProfileOwnerProvisioning()
736 public boolean currentLauncherSupportsManagedProfiles(Context context) { in currentLauncherSupportsManagedProfiles() method in Utils