mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Skip togglingUiccApplicationsSimPresent if it's eSIM empty profile. am: f72c5c861e am: 9b2eed0af5
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1486347 Change-Id: Ib456e2a6388af808bcb09d5b1743ffdb6ff2c4df
This commit is contained in:
@@ -437,6 +437,7 @@ TEST_P(RadioHidlTest_v1_5, togglingUiccApplicationsSimAbsent) {
|
||||
TEST_P(RadioHidlTest_v1_5, togglingUiccApplicationsSimPresent) {
|
||||
// This test case only test SIM ABSENT case.
|
||||
if (cardStatus.base.base.base.cardState != CardState::PRESENT) return;
|
||||
if (cardStatus.applications.size() == 0) return;
|
||||
|
||||
// Disable Uicc applications.
|
||||
serial = GetRandomSerialNumber();
|
||||
|
||||
Reference in New Issue
Block a user