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