Searched refs:mMockAccountManagerResponse (Results 1 – 1 of 1) sorted by relevance
114 @Mock private IAccountManagerResponse mMockAccountManagerResponse; field in AccountManagerServiceTest160 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 …]