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

Commit 5ca56431 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Rename vendorExtension fields to vendorInfo.

Bug: b/63634552
Test: instrumentation
Change-Id: Ifeb41ace8d4f4df093c925883c07ea86f0d9b5d7
parent 2a4c584f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ Return<void> BroadcastRadio::getProperties_1_1(getProperties_1_1_cb _hidl_cb) {
        static_cast<uint32_t>(IdentifierType::HD_STATION_ID_EXT),
        static_cast<uint32_t>(IdentifierType::HD_SUBCHANNEL),
    });
    prop11.vendorExension = "dummy";
    prop11.vendorInfo = "dummy";

    prop10.bands.resize(mConfig.amFmBands.size());
    for (size_t i = 0; i < mConfig.amFmBands.size(); i++) {
+2 −2
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ struct Properties {
     * Front-end application MUST verify vendor/product name from the
     * @1.0::Properties struct before doing any interpretation of this value.
     */
    string vendorExension;
    string vendorInfo;
};

/**
@@ -285,5 +285,5 @@ struct ProgramInfo {
     * Front-end application MUST verify vendor/product name from the
     * @1.0::Properties struct before doing any interpretation of this value.
     */
    string vendorExension;
    string vendorInfo;
};