Searched refs:createUserRestrictionSupportIntent (Results 1 – 5 of 5) sorted by relevance
104 public abstract Intent createUserRestrictionSupportIntent(int userId, String userRestriction); in createUserRestrictionSupportIntent() method in DevicePolicyManagerInternal
465 when(mMockDevicePolicyManagerInternal.createUserRestrictionSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountWithDPM()481 verify(mMockDevicePolicyManagerInternal).createUserRestrictionSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountWithDPM()522 when(mMockDevicePolicyManagerInternal.createUserRestrictionSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()947 when(mMockDevicePolicyManagerInternal.createUserRestrictionSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountWithDPM()962 verify(mMockDevicePolicyManagerInternal).createUserRestrictionSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountWithDPM()1035 when(mMockDevicePolicyManagerInternal.createUserRestrictionSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()1851 when(mMockDevicePolicyManagerInternal.createUserRestrictionSupportIntent( in testAddAccountAsUserUserCannotModifyAccountWithDPM()1868 verify(mMockDevicePolicyManagerInternal).createUserRestrictionSupportIntent( in testAddAccountAsUserUserCannotModifyAccountWithDPM()1910 when(mMockDevicePolicyManagerInternal.createUserRestrictionSupportIntent( in testAddAccountAsUserUserCannotModifyAccountForTypeWithDPM()
3633 intent = dpmi.createUserRestrictionSupportIntent(userId, in showCantAddAccount()
11304 public Intent createUserRestrictionSupportIntent(int userId, String userRestriction) { in createUserRestrictionSupportIntent() method in DevicePolicyManagerService.LocalService11482 intent = mLocalService.createUserRestrictionSupportIntent(userId, restriction); in createAdminSupportIntent()
2570 Landroid/app/admin/DevicePolicyManagerInternal;->createUserRestrictionSupportIntent(ILjava/lang/Str…