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/wmtests/src/com/android/server/wm/
DActivityStartInterceptorTest.java129 when(mDevicePolicyManager.createShowAdminSupportIntent(TEST_USER_ID, true)) in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java467 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountWithDPM()
524 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
538 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
949 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountWithDPM()
1037 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1050 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1853 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountWithDPM()
1912 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountForTypeWithDPM()
1927 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountForTypeWithDPM()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartInterceptor.java218 mIntent = devicePolicyManager.createShowAdminSupportIntent(mUserId, true); in interceptSuspendedByAdminPackage()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java11279 public Intent createShowAdminSupportIntent(int userId, boolean useDefaultIfNoAdmin) { in createShowAdminSupportIntent() method in DevicePolicyManagerService.LocalService
11286 .createShowAdminSupportIntent(profileOwner, userId); in createShowAdminSupportIntent()
11293 .createShowAdminSupportIntent(deviceOwner.second, userId); in createShowAdminSupportIntent()
11298 return DevicePolicyManagerService.this.createShowAdminSupportIntent(null, userId); in createShowAdminSupportIntent()
11317 return DevicePolicyManagerService.this.createShowAdminSupportIntent( in createUserRestrictionSupportIntent()
11328 return DevicePolicyManagerService.this.createShowAdminSupportIntent( in createUserRestrictionSupportIntent()
11336 return DevicePolicyManagerService.this.createShowAdminSupportIntent( in createUserRestrictionSupportIntent()
11439 private Intent createShowAdminSupportIntent(ComponentName admin, int userId) { in createShowAdminSupportIntent() method
11465 intent = createShowAdminSupportIntent(admin.info.getComponent(), userId); in createAdminSupportIntent()
11475 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.java3636 intent = dpmi.createShowAdminSupportIntent(userId, false); in showCantAddAccount()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2569 Landroid/app/admin/DevicePolicyManagerInternal;->createShowAdminSupportIntent(IZ)Landroid/content/I…