Home
last modified time | relevance | path

Searched refs:mBundleCaptor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java119 @Captor private ArgumentCaptor<Bundle> mBundleCaptor; field in AccountManagerServiceTest
557 verify(mMockAccountManagerResponse).onResult(mBundleCaptor.capture()); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()
558 Bundle result = mBundleCaptor.getValue(); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()
589 verify(mMockAccountManagerResponse).onResult(mBundleCaptor.capture()); in testStartAddAccountSessionSuccessWithPasswordForwarding()
590 Bundle result = mBundleCaptor.getValue(); in testStartAddAccountSessionSuccessWithPasswordForwarding()
657 verify(mMockAccountManagerResponse).onResult(mBundleCaptor.capture()); in testStartAddAccountSessionReturnWithValidIntent()
658 Bundle result = mBundleCaptor.getValue(); in testStartAddAccountSessionReturnWithValidIntent()
740 verify(mMockAccountManagerResponse).onResult(mBundleCaptor.capture()); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()
741 Bundle result = mBundleCaptor.getValue(); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()
771 verify(mMockAccountManagerResponse).onResult(mBundleCaptor.capture()); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()
[all …]