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.java112 @Mock private IAccountManagerResponse mMockAccountManagerResponse; field in AccountManagerServiceTest
159 when(mMockAccountManagerResponse.asBinder()).thenReturn(mMockBinder); in setUp()
418 mMockAccountManagerResponse, // response in testStartAddAccountSessionWithNullAccountType()
439 mMockAccountManagerResponse, // response in testStartAddAccountSessionUserCannotModifyAccountNoDPM()
445 verify(mMockAccountManagerResponse).onError( in testStartAddAccountSessionUserCannotModifyAccountNoDPM()
471 mMockAccountManagerResponse, // response in testStartAddAccountSessionUserCannotModifyAccountWithDPM()
478 verify(mMockAccountManagerResponse).onError( in testStartAddAccountSessionUserCannotModifyAccountWithDPM()
493 mMockAccountManagerResponse, // response in testStartAddAccountSessionUserCannotModifyAccountForTypeNoDPM()
500 verify(mMockAccountManagerResponse).onError( in testStartAddAccountSessionUserCannotModifyAccountForTypeNoDPM()
528 mMockAccountManagerResponse, // response in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
[all …]