Searched refs:currentLauncherSupportsManagedProfiles (Results 1 – 4 of 4) sorted by relevance
242 assertFalse(mUtils.currentLauncherSupportsManagedProfiles(mockContext)); in testCurrentLauncherSupportsManagedProfiles_noLauncherSet()250 assertTrue(mUtils.currentLauncherSupportsManagedProfiles(mockContext)); in testCurrentLauncherSupportsManagedProfiles()256 assertFalse(mUtils.currentLauncherSupportsManagedProfiles(mockContext)); in testCurrentLauncherSupportsManagedProfiles()
160 when(mUtils.currentLauncherSupportsManagedProfiles(mContext)).thenReturn(true); in setUp()271 when(mUtils.currentLauncherSupportsManagedProfiles(mContext)).thenReturn(false); in testManagedProfile_badLauncher()
538 if (!mUtils.currentLauncherSupportsManagedProfiles(mContext)) { in continueProvisioningAfterUserConsent()
713 public boolean currentLauncherSupportsManagedProfiles(Context context) { in currentLauncherSupportsManagedProfiles() method