mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Fix missed refactor of serial
Bug: 109822806 Test: run vts Change-Id: If88384699dbb4c2ddd1c580d2b35be38afd0f8e8
This commit is contained in:
@@ -696,7 +696,7 @@ TEST_F(RadioHidlTest_v1_2, deactivateDataCall_1_2) {
|
||||
* Test IRadio.getCellInfoList() for the response returned.
|
||||
*/
|
||||
TEST_F(RadioHidlTest_v1_2, getCellInfoList_1_2) {
|
||||
int serial = GetRandomSerialNumber();
|
||||
serial = GetRandomSerialNumber();
|
||||
|
||||
Return<void> res = radio_v1_2->getCellInfoList(serial);
|
||||
ASSERT_OK(res);
|
||||
@@ -714,7 +714,7 @@ TEST_F(RadioHidlTest_v1_2, getCellInfoList_1_2) {
|
||||
* Test IRadio.getVoiceRegistrationState() for the response returned.
|
||||
*/
|
||||
TEST_F(RadioHidlTest_v1_2, getVoiceRegistrationState) {
|
||||
int serial = GetRandomSerialNumber();
|
||||
serial = GetRandomSerialNumber();
|
||||
|
||||
Return<void> res = radio_v1_2->getVoiceRegistrationState(serial);
|
||||
ASSERT_OK(res);
|
||||
@@ -732,7 +732,7 @@ TEST_F(RadioHidlTest_v1_2, getVoiceRegistrationState) {
|
||||
* Test IRadio.getDataRegistrationState() for the response returned.
|
||||
*/
|
||||
TEST_F(RadioHidlTest_v1_2, getDataRegistrationState) {
|
||||
int serial = GetRandomSerialNumber();
|
||||
serial = GetRandomSerialNumber();
|
||||
|
||||
Return<void> res = radio_v1_2->getDataRegistrationState(serial);
|
||||
ASSERT_OK(res);
|
||||
@@ -751,7 +751,7 @@ TEST_F(RadioHidlTest_v1_2, getDataRegistrationState) {
|
||||
* Test IRadio.getAvailableBandModes() for the response returned.
|
||||
*/
|
||||
TEST_F(RadioHidlTest_v1_2, getAvailableBandModes) {
|
||||
int serial = GetRandomSerialNumber();
|
||||
serial = GetRandomSerialNumber();
|
||||
|
||||
Return<void> res = radio_v1_2->getAvailableBandModes(serial);
|
||||
ASSERT_OK(res);
|
||||
|
||||
Reference in New Issue
Block a user