HomeSort by relevance Sort by last modified time
    Searched defs:createUserRestrictionSupportIntent (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/admin/
DevicePolicyManagerInternal.java 103 public abstract Intent createUserRestrictionSupportIntent(int userId, String userRestriction);
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 462 when(mMockDevicePolicyManagerInternal.createUserRestrictionSupportIntent(
478 verify(mMockDevicePolicyManagerInternal).createUserRestrictionSupportIntent(
519 when(mMockDevicePolicyManagerInternal.createUserRestrictionSupportIntent(
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]

Completed in 730 milliseconds