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
Merged-In: If88384699dbb4c2ddd1c580d2b35be38afd0f8e8
(cherry picked from commit c0e2e2b071)
This commit is contained in:
@@ -682,7 +682,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);
|
||||
@@ -700,7 +700,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);
|
||||
@@ -718,7 +718,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);
|
||||
@@ -737,7 +737,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