Home
last modified time | relevance | path

Searched refs:hasUnspecifiedBandMode (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp866 bool hasUnspecifiedBandMode = false; in TEST_P() local
870 if (mode == RadioBandMode::BAND_MODE_UNSPECIFIED) hasUnspecifiedBandMode = true; in TEST_P()
872 ASSERT_TRUE(hasUnspecifiedBandMode); in TEST_P()
/hardware/interfaces/radio/aidl/vts/
Dradio_network_test.cpp1749 bool hasUnspecifiedBandMode = false; in TEST_P() local
1753 if (mode == RadioBandMode::BAND_MODE_UNSPECIFIED) hasUnspecifiedBandMode = true; in TEST_P()
1755 ASSERT_TRUE(hasUnspecifiedBandMode); in TEST_P()