mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add blindScan condition to blindScan test" am: 32b4c5025b
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1894144 Change-Id: I3a2c6ae5b8997800fba3ac673a8437b86ffeaaca
This commit is contained in:
@@ -128,7 +128,8 @@ wait:
|
||||
}
|
||||
|
||||
EXPECT_TRUE(scanMsgLockedReceived) << "Scan message LOCKED not received before END";
|
||||
EXPECT_TRUE(targetFrequencyReceived) << "frequency not received before LOCKED on blindScan";
|
||||
if (type == FrontendScanType::SCAN_BLIND)
|
||||
EXPECT_TRUE(targetFrequencyReceived) << "frequency not received before LOCKED on blindScan";
|
||||
mScanMessageReceived = false;
|
||||
mScanMsgProcessed = true;
|
||||
}
|
||||
|
||||
@@ -180,7 +180,8 @@ wait:
|
||||
}
|
||||
|
||||
EXPECT_TRUE(scanMsgLockedReceived) << "Scan message LOCKED not received before END";
|
||||
EXPECT_TRUE(targetFrequencyReceived) << "frequency not received before LOCKED on blindScan";
|
||||
if (type == FrontendScanType::SCAN_BLIND)
|
||||
EXPECT_TRUE(targetFrequencyReceived) << "frequency not received before LOCKED on blindScan";
|
||||
mScanMessageReceived = false;
|
||||
mScanMsgProcessed = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user