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

Commit b27377ce authored by Muralidhar Reddy's avatar Muralidhar Reddy Committed by Muralidhar Reddy Mule
Browse files

Add cuttlefish support for iccCloseLogicalChannelWithSessionInfo HAl 2.1 API

Bug: 268496310
Test: atest VtsHalRadioTargetTest:PerInstance/RadioSimTest, atest CtsCarrierApiTestCases:android.carrierapi.cts.CarrierApiTest#testIccCloseLogicalChannel
Change-Id: I3ce5fcb066e10fd65a605d1700721da37d97febb
parent 31de63e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ class RadioSim : public RadioCompatBase, public aidl::android::hardware::radio::
    ::ndk::ScopedAStatus getImsiForApp(int32_t serial, const std::string& aid) override;
    ::ndk::ScopedAStatus getSimPhonebookCapacity(int32_t serial) override;
    ::ndk::ScopedAStatus getSimPhonebookRecords(int32_t serial) override;
    ::ndk::ScopedAStatus iccCloseLogicalChannel(int32_t serial, int32_t channelId) override;
    ::ndk::ScopedAStatus iccCloseLogicalChannelWithSessionInfo(int32_t serial,
            const ::aidl::android::hardware::radio::sim::SessionInfo& recordInfo) override;
    ::ndk::ScopedAStatus iccIoForApp(
@@ -104,6 +103,7 @@ class RadioSim : public RadioCompatBase, public aidl::android::hardware::radio::

  protected:
    std::shared_ptr<::aidl::android::hardware::radio::sim::IRadioSimResponse> respond();
    ::ndk::ScopedAStatus iccCloseLogicalChannel(int32_t serial, int32_t channelId) override;

  public:
    using RadioCompatBase::RadioCompatBase;