Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DDevicePolicyManagerInternal.java110 public abstract Intent createShowAdminSupportIntent(int userId, boolean useDefaultIfNoAdmin); in createShowAdminSupportIntent() method in DevicePolicyManagerInternal
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStartInterceptorTest.java134 when(mDevicePolicyManager.createShowAdminSupportIntent(TEST_USER_ID, true)) in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java469 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountWithDPM()
526 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
540 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
951 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountWithDPM()
1039 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1052 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1855 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountWithDPM()
1914 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountForTypeWithDPM()
1929 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountForTypeWithDPM()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityStartInterceptor.java229 mIntent = devicePolicyManager.createShowAdminSupportIntent(mUserId, true); in interceptSuspendedByAdminPackage()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java638 onClickIntent = mDevicePolicyManagerInternal.createShowAdminSupportIntent( in maskWidgetsViewsLocked()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3632 intent = dpmi.createShowAdminSupportIntent(userId, false); in showCantAddAccount()
/frameworks/base/services/
Dart-profile14109 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->createShowAdminSupportIntent(Landroi…