Searched refs:createSetUserRestrictionIntent (Results 1 – 1 of 1) sorted by relevance
796 return createSetUserRestrictionIntent(restriction, enforced, /* currentUserDpm= */ false); in createSetDeviceOwnerUserRestrictionIntent()804 return createSetUserRestrictionIntent(restriction, enforced, /* currentUserDpm= */ true); in createSetCurrentUserRestrictionIntent()807 private static Intent createSetUserRestrictionIntent(String restriction, boolean enforced, in createSetUserRestrictionIntent() method in CommandReceiverActivity