Loading src/java/com/android/internal/telephony/uicc/IsimUiccRecords.java +1 −0 Original line number Diff line number Diff line Loading @@ -344,6 +344,7 @@ public class IsimUiccRecords extends IccRecords implements IsimRecords { mRecordsToLoad++; default: mLoaded.set(false); fetchIsimRecords(); break; } Loading src/java/com/android/internal/telephony/uicc/RuimRecords.java +1 −0 Original line number Diff line number Diff line Loading @@ -936,6 +936,7 @@ public class RuimRecords extends IccRecords { @Override protected void handleFileUpdate(int efid) { mLoaded.set(false); mAdnCache.reset(); fetchRuimRecords(); } Loading src/java/com/android/internal/telephony/uicc/SIMRecords.java +1 −0 Original line number Diff line number Diff line Loading @@ -1348,6 +1348,7 @@ public class SIMRecords extends IccRecords { // For now, fetch all records if this is not a // voicemail number. // TODO: Handle other cases, instead of fetching all. mLoaded.set(false); mAdnCache.reset(); fetchSimRecords(); break; Loading Loading
src/java/com/android/internal/telephony/uicc/IsimUiccRecords.java +1 −0 Original line number Diff line number Diff line Loading @@ -344,6 +344,7 @@ public class IsimUiccRecords extends IccRecords implements IsimRecords { mRecordsToLoad++; default: mLoaded.set(false); fetchIsimRecords(); break; } Loading
src/java/com/android/internal/telephony/uicc/RuimRecords.java +1 −0 Original line number Diff line number Diff line Loading @@ -936,6 +936,7 @@ public class RuimRecords extends IccRecords { @Override protected void handleFileUpdate(int efid) { mLoaded.set(false); mAdnCache.reset(); fetchRuimRecords(); } Loading
src/java/com/android/internal/telephony/uicc/SIMRecords.java +1 −0 Original line number Diff line number Diff line Loading @@ -1348,6 +1348,7 @@ public class SIMRecords extends IccRecords { // For now, fetch all records if this is not a // voicemail number. // TODO: Handle other cases, instead of fetching all. mLoaded.set(false); mAdnCache.reset(); fetchSimRecords(); break; Loading