Searched refs:profileOwnerName (Results 1 – 2 of 2) sorted by relevance
59 override fun getProfileOwnerName(): String? = fakeState.profileOwnerName in isDeviceManaged()107 var profileOwnerName: String? = null, variable in com.android.systemui.statusbar.policy.FakeSecurityController.FakeState
248 ComponentName profileOwnerName = devicePolicyManager.getProfileOwnerAsUser(targetUserId); in maybeShowUserConsentMiniResolver() local249 boolean intentToLaunchProfileOwner = profileOwnerName != null in maybeShowUserConsentMiniResolver()250 && profileOwnerName.getPackageName().equals(target.getComponentInfo().packageName); in maybeShowUserConsentMiniResolver()