Searched refs:createShowAdminSupportIntent (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/app/admin/ |
D | DevicePolicyManagerInternal.java | 93 public abstract Intent createShowAdminSupportIntent(int userId, boolean useDefaultIfNoAdmin); in createShowAdminSupportIntent() method in DevicePolicyManagerInternal
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | ActivityStartInterceptorTest.java | 114 .createShowAdminSupportIntent(TEST_USER_ID, true)) in setUp()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 464 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/ |
D | ActivityStartInterceptor.java | 216 mIntent = devicePolicyManager.createShowAdminSupportIntent(mUserId, true); in interceptSuspendedByAdminPackage()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 10362 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/ |
D | AppWidgetServiceImpl.java | 630 onClickIntent = mDevicePolicyManagerInternal.createShowAdminSupportIntent( in maskWidgetsViewsLocked()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3610 intent = dpmi.createShowAdminSupportIntent(userId, false); in showCantAddAccount()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 15529 HSPLandroid/app/admin/DevicePolicyManagerInternal;->createShowAdminSupportIntent(IZ)Landroid/conten…
|