Home
last modified time | relevance | path

Searched refs:createShowAdminSupportIntent (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DDevicePolicyManagerInternal.java93 public abstract Intent createShowAdminSupportIntent(int userId, boolean useDefaultIfNoAdmin); in createShowAdminSupportIntent() method in DevicePolicyManagerInternal
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityStartInterceptorTest.java114 .createShowAdminSupportIntent(TEST_USER_ID, true)) in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java464 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountWithDPM()
521 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
535 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
942 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountWithDPM()
1030 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1043 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1840 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountWithDPM()
1899 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountForTypeWithDPM()
1914 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountForTypeWithDPM()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStartInterceptor.java216 mIntent = devicePolicyManager.createShowAdminSupportIntent(mUserId, true); in interceptSuspendedByAdminPackage()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java10362 public Intent createShowAdminSupportIntent(int userId, boolean useDefaultIfNoAdmin) { in createShowAdminSupportIntent() method in DevicePolicyManagerService.LocalService
10369 .createShowAdminSupportIntent(profileOwner, userId); in createShowAdminSupportIntent()
10376 .createShowAdminSupportIntent(deviceOwner.second, userId); in createShowAdminSupportIntent()
10381 return DevicePolicyManagerService.this.createShowAdminSupportIntent(null, userId); in createShowAdminSupportIntent()
10409 return DevicePolicyManagerService.this.createShowAdminSupportIntent(null, userId); in createUserRestrictionSupportIntent()
10414 .createShowAdminSupportIntent(profileOwner, userId); in createUserRestrictionSupportIntent()
10424 .createShowAdminSupportIntent(deviceOwner.second, deviceOwner.first); in createUserRestrictionSupportIntent()
10496 private Intent createShowAdminSupportIntent(ComponentName admin, int userId) { in createShowAdminSupportIntent() method in DevicePolicyManagerService
10525 intent = createShowAdminSupportIntent(admin.info.getComponent(), userId); in createAdminSupportIntent()
10535 intent = createShowAdminSupportIntent(admin.info.getComponent(), in createAdminSupportIntent()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java630 onClickIntent = mDevicePolicyManagerInternal.createShowAdminSupportIntent( in maskWidgetsViewsLocked()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3610 intent = dpmi.createShowAdminSupportIntent(userId, false); in showCantAddAccount()
/frameworks/base/config/
Dboot-image-profile.txt15529 HSPLandroid/app/admin/DevicePolicyManagerInternal;->createShowAdminSupportIntent(IZ)Landroid/conten…