Searched refs:mMockAccountManagerResponse (Results 1 – 1 of 1) sorted by relevance
112 @Mock private IAccountManagerResponse mMockAccountManagerResponse; field in AccountManagerServiceTest159 when(mMockAccountManagerResponse.asBinder()).thenReturn(mMockBinder); in setUp()420 mMockAccountManagerResponse, // response in testStartAddAccountSessionWithNullAccountType()441 mMockAccountManagerResponse, // response in testStartAddAccountSessionUserCannotModifyAccountNoDPM()447 verify(mMockAccountManagerResponse).onError( in testStartAddAccountSessionUserCannotModifyAccountNoDPM()473 mMockAccountManagerResponse, // response in testStartAddAccountSessionUserCannotModifyAccountWithDPM()480 verify(mMockAccountManagerResponse).onError( in testStartAddAccountSessionUserCannotModifyAccountWithDPM()495 mMockAccountManagerResponse, // response in testStartAddAccountSessionUserCannotModifyAccountForTypeNoDPM()502 verify(mMockAccountManagerResponse).onError( in testStartAddAccountSessionUserCannotModifyAccountForTypeNoDPM()530 mMockAccountManagerResponse, // response in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()[all …]