Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java114 @Mock private IAccountManagerResponse mMockAccountManagerResponse; field in AccountManagerServiceTest
160 when(mMockAccountManagerResponse.asBinder()).thenReturn(mMockBinder); in setUp()
415 mMockAccountManagerResponse, // response in testStartAddAccountSessionWithNullAccountType()
436 mMockAccountManagerResponse, // response in testStartAddAccountSessionUserCannotModifyAccountNoDPM()
442 verify(mMockAccountManagerResponse).onError( in testStartAddAccountSessionUserCannotModifyAccountNoDPM()
468 mMockAccountManagerResponse, // response in testStartAddAccountSessionUserCannotModifyAccountWithDPM()
475 verify(mMockAccountManagerResponse).onError( in testStartAddAccountSessionUserCannotModifyAccountWithDPM()
490 mMockAccountManagerResponse, // response in testStartAddAccountSessionUserCannotModifyAccountForTypeNoDPM()
497 verify(mMockAccountManagerResponse).onError( in testStartAddAccountSessionUserCannotModifyAccountForTypeNoDPM()
525 mMockAccountManagerResponse, // response in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
[all …]