Searched refs:INHERIT_DEVICE_POLICY_FROM_PARENT (Results 1 – 4 of 4) sorted by relevance
19 import static android.content.pm.UserProperties.INHERIT_DEVICE_POLICY_FROM_PARENT;211 .setInheritDevicePolicy(INHERIT_DEVICE_POLICY_FROM_PARENT) in getCloneUserProperties()
171 INHERIT_DEVICE_POLICY_FROM_PARENT,192 public static final int INHERIT_DEVICE_POLICY_FROM_PARENT = 1; field in UserProperties
26 import static android.content.pm.UserProperties.INHERIT_DEVICE_POLICY_FROM_PARENT;411 .getInheritDevicePolicy() == INHERIT_DEVICE_POLICY_FROM_PARENT; in isInheritDevicePolicyFromParent()1293 != INHERIT_DEVICE_POLICY_FROM_PARENT) { in enforcePoliciesOnInheritableProfilesIfApplicable()
144 .setInheritDevicePolicy(UserProperties.INHERIT_DEVICE_POLICY_FROM_PARENT) in getDefaultTypeProfileClone()