Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java110 @Mock private DevicePolicyManagerInternal mMockDevicePolicyManagerInternal; field in AccountManagerServiceTest
479 when(mMockDevicePolicyManagerInternal.createUserRestrictionSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountWithDPM()
481 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountWithDPM()
538 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
552 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
963 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountWithDPM()
1051 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1064 verify(mMockDevicePolicyManagerInternal).createShowAdminSupportIntent( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1883 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountWithDPM()
1942 when(mMockDevicePolicyManagerInternal.createShowAdminSupportIntent( in testAddAccountAsUserUserCannotModifyAccountForTypeWithDPM()
[all …]