Searched refs:mBundleCaptor (Results 1 – 1 of 1) sorted by relevance
118 @Captor private ArgumentCaptor<Bundle> mBundleCaptor; field in AccountManagerServiceTest560 verify(mMockAccountManagerResponse).onResult(mBundleCaptor.capture()); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()561 Bundle result = mBundleCaptor.getValue(); in testStartAddAccountSessionSuccessWithoutPasswordForwarding()592 verify(mMockAccountManagerResponse).onResult(mBundleCaptor.capture()); in testStartAddAccountSessionSuccessWithPasswordForwarding()593 Bundle result = mBundleCaptor.getValue(); in testStartAddAccountSessionSuccessWithPasswordForwarding()662 verify(mMockAccountManagerResponse).onResult(mBundleCaptor.capture()); in testStartAddAccountSessionReturnWithValidIntent()663 Bundle result = mBundleCaptor.getValue(); in testStartAddAccountSessionReturnWithValidIntent()745 verify(mMockAccountManagerResponse).onResult(mBundleCaptor.capture()); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()746 Bundle result = mBundleCaptor.getValue(); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding()776 verify(mMockAccountManagerResponse).onResult(mBundleCaptor.capture()); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding()[all …]