Handle when sim state indicates that it is absent
We want to update the sim state the view mediator when the sim state indicates that it is absent. When we disable the esim, we want to be able to update the sim state to indicate that we no longer have secure sim pin when we swipe to unlock. Additionally, we want to ensure that mPendingPinLock is set to false so that we do not show keyguard again after dismissing. Fixes: 286520191 Test: disable esim in sim when security method is None Test: unlock sim when security method is None Test: disable esim in simpuk when security method is None Test: unlock simpuk when securith method is None Test: disable esim in sim when security method is Swipe Test: unlock sim when security method is Swipe Test: disable esim in simpuk when security method is Swipe Test: unlock simpuk when securith method is Swipe Test: disable esim in sim when security method is Pin Test: unlock sim when security method is Pin Test: disable esim in simpuk when security method is Pin Test: unlock simpuk when securith method is Pin Change-Id: I69ef1698d1c3b3833cbbe925999dd4aa87cc00eb
Loading
Please register or sign in to comment