Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccacc1de authored by Ruchi Kandoi's avatar Ruchi Kandoi Committed by android-build-merger
Browse files

Merge "Add init() as a part of Secure Element VTS test" am: 196fbbc1 am: 2d3204b8

am: fe025321

Change-Id: I82aa1a52e50c2d1e5bacd14476d92d84b3bd4efd
parents 10a76aa6 fe025321
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -92,6 +92,10 @@ class SecureElementHidlTest : public ::testing::VtsHalHidlTargetTestBase {

        se_cb_ = new SecureElementHalCallback();
        ASSERT_NE(se_cb_, nullptr);
        se_->init(se_cb_);
        auto res = se_cb_->WaitForCallback(kCallbackNameOnStateChange);
        EXPECT_TRUE(res.no_timeout);
        EXPECT_TRUE(res.args->state_);
    }

    sp<ISecureElement> se_;