Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManagerInternal.java129 public abstract Intent createShowAdminSupportIntent(int userId, boolean useDefaultIfNoAdmin); in createShowAdminSupportIntent() method in DevicePolicyManagerInternal
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java519 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountWithDPM()
576 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
590 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
1036 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountWithDPM()
1124 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1137 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
2014 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountWithDPM()
2073 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountForTypeWithDPM()
2088 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountForTypeWithDPM()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStartInterceptor.java308 mIntent = devicePolicyManager.createShowAdminSupportIntent(mUserId, true); in interceptSuspendedByAdminPackage()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStartInterceptorTest.java155 when(mDevicePolicyManager.createShowAdminSupportIntent(TEST_USER_ID, true)) in setUp()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java15992 public Intent createShowAdminSupportIntent(int userId, boolean useDefaultIfNoAdmin) { in createShowAdminSupportIntent() method in LocalService
15998 return DevicePolicyManagerService.this.createShowAdminSupportIntent(userId); in createShowAdminSupportIntent()
16007 intent = DevicePolicyManagerService.this.createShowAdminSupportIntent(userId); in createUserRestrictionSupportIntent()
16407 private Intent createShowAdminSupportIntent(int userId) { in createShowAdminSupportIntent() method
16705 intent = createShowAdminSupportIntent(userId); in createAdminSupportIntent()
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java571 onClickIntent = mDevicePolicyManagerInternal.createShowAdminSupportIntent( in maskWidgetsViewsLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3810 intent = dpmi.createShowAdminSupportIntent(userId, false); in showCantAddAccount()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2569 Landroid/app/admin/DevicePolicyManagerInternal;->createShowAdminSupportIntent(IZ)Landroid/content/I…