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

Commit be44d36e authored by Muralidhar Reddy Mule's avatar Muralidhar Reddy Mule Committed by Android (Google) Code Review
Browse files

Merge "Add cuttlefish support for iccCloseLogicalChannelWithSessionInfo HAl 2.1 API" into udc-dev

parents 1feae911 b27377ce
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;