Home
last modified time | relevance | path

Searched defs:createUserRestrictionSupportIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DDevicePolicyManagerInternal.java104 public abstract Intent createUserRestrictionSupportIntent(int userId, String userRestriction); in createUserRestrictionSupportIntent() method in DevicePolicyManagerInternal
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java11304 public Intent createUserRestrictionSupportIntent(int userId, String userRestriction) { in createUserRestrictionSupportIntent() method in DevicePolicyManagerService.LocalService