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()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 …]