Searched refs:mBundleCaptor (Results 1 – 1 of 1) sorted by relevance
119 @Captor private ArgumentCaptor<Bundle> mBundleCaptor; field in AccountManagerServiceTest557 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 …]