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/wmtests/src/com/android/server/wm/ |
D | ActivityStartInterceptorTest.java | 129 when(mDevicePolicyManager.createShowAdminSupportIntent(TEST_USER_ID, true)) in setUp()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 467 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/ |
D | ActivityStartInterceptor.java | 218 mIntent = devicePolicyManager.createShowAdminSupportIntent(mUserId, true); in interceptSuspendedByAdminPackage()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 11279 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/ |
D | AppWidgetServiceImpl.java | 630 onClickIntent = mDevicePolicyManagerInternal.createShowAdminSupportIntent( in maskWidgetsViewsLocked()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3636 intent = dpmi.createShowAdminSupportIntent(userId, false); in showCantAddAccount()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 2569 Landroid/app/admin/DevicePolicyManagerInternal;->createShowAdminSupportIntent(IZ)Landroid/content/I…
|