Loading radio/1.4/vts/functional/radio_hidl_hal_api.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,11 @@ TEST_F(RadioHidlTest_v1_4, setPreferredNetworkTypeBitmap) { /* * Test IRadio.startNetworkScan() for the response returned. * * REQUEST_NOT_SUPPORTED is temporarily returned because of vendors failed to fully implement * startNetworkScan in HAL @1.4 (see b/137298570 and b/135595082). Starting from @1.5, however, * REQUEST_NOT_SUPPORTED will be disallowed for all tests. Modems have "GSM" rat scan need to * support scanning requests combined with some parameters. */ TEST_F(RadioHidlTest_v1_4, startNetworkScan) { serial = GetRandomSerialNumber(); Loading Loading
radio/1.4/vts/functional/radio_hidl_hal_api.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,11 @@ TEST_F(RadioHidlTest_v1_4, setPreferredNetworkTypeBitmap) { /* * Test IRadio.startNetworkScan() for the response returned. * * REQUEST_NOT_SUPPORTED is temporarily returned because of vendors failed to fully implement * startNetworkScan in HAL @1.4 (see b/137298570 and b/135595082). Starting from @1.5, however, * REQUEST_NOT_SUPPORTED will be disallowed for all tests. Modems have "GSM" rat scan need to * support scanning requests combined with some parameters. */ TEST_F(RadioHidlTest_v1_4, startNetworkScan) { serial = GetRandomSerialNumber(); Loading