MSIM: Fix to update display name in subinfo record
Currently display name in subinfo record is updated from
SubscriptionInfoUpdater.java when SIM state moves to LOADED.
For the SIM cards which does not have valid EF_SPN sim file,
by the time SIM state moves to loaded, setSpnFromConfig()
not getting called and due to that default display string
of "CARD 1/2" updated in subinfo record.
To fix update valid spn name from config, call setDisplayName() once again
after SPN name updated by SIMRecords.
Bug: 36497632
Test: manual - tested with SIM does not have EF_SPN
Change-Id: I27a9b34dc35e70c49872622f000ade6764c07c11
1 file changed