Loading wifi/aidl/vts/functional/wifi_sta_iface_aidl_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ class WifiStaIfaceAidlTest : public testing::TestWithParam<std::string> { // Checks if the mDNS Offload is supported by any NIC. bool isMdnsOffloadPresentInNIC() { return testing::deviceSupportsFeature("android.hardware.mdns_offload"); return testing::deviceSupportsFeature("com.google.android.tv.mdns_offload"); } // Detected panel TV device by using ro.oem.key1 property. Loading Loading
wifi/aidl/vts/functional/wifi_sta_iface_aidl_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ class WifiStaIfaceAidlTest : public testing::TestWithParam<std::string> { // Checks if the mDNS Offload is supported by any NIC. bool isMdnsOffloadPresentInNIC() { return testing::deviceSupportsFeature("android.hardware.mdns_offload"); return testing::deviceSupportsFeature("com.google.android.tv.mdns_offload"); } // Detected panel TV device by using ro.oem.key1 property. Loading