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

Commit 31880aeb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes from topics "presubmit-am-076a0ae4a9ac43fb986ada680ae53e89",...

Merge changes from topics "presubmit-am-076a0ae4a9ac43fb986ada680ae53e89", "presubmit-am-fc86299402a24233b0eba91a20955958" into tm-dev am: a247d9f8 am: 25bd6a54

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/17652549



Change-Id: Ia5b21eab7783bc9bec5775614b963f1fca8a5320
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9d633c70 25bd6a54
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ TEST_P(RadioConfigTest, getHalDeviceCapabilities) {
    serial = GetRandomSerialNumber();
    ndk::ScopedAStatus res = radio_config->getHalDeviceCapabilities(serial);
    ASSERT_OK(res);
    EXPECT_EQ(std::cv_status::no_timeout, wait());
    ALOGI("getHalDeviceCapabilities, rspInfo.error = %s\n",
          toString(radioRsp_config->rspInfo.error).c_str());
}
@@ -70,6 +71,7 @@ TEST_P(RadioConfigTest, getSimSlotsStatus) {
    serial = GetRandomSerialNumber();
    ndk::ScopedAStatus res = radio_config->getSimSlotsStatus(serial);
    ASSERT_OK(res);
    EXPECT_EQ(std::cv_status::no_timeout, wait());
    ALOGI("getSimSlotsStatus, rspInfo.error = %s\n",
          toString(radioRsp_config->rspInfo.error).c_str());
}