Loading src/java/com/android/internal/telephony/uicc/SimPhonebookRecordCache.java +4 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,7 @@ public class SimPhonebookRecordCache extends Handler { notifyAdnLoadingWaiters(); tryFireUpdatePendingList(); } else { notifyAdnLoadingWaiters(); logd("ADN capacity is invalid"); } mIsInitialized.set(true); // Let's say the whole process is ready Loading @@ -455,6 +456,9 @@ public class SimPhonebookRecordCache extends Handler { mIsCacheInvalidated.set(false); notifyAdnLoadingWaiters(); tryFireUpdatePendingList(); } else if (!newCapacity.isSimValid()) { mIsCacheInvalidated.set(false); notifyAdnLoadingWaiters(); } else if (!mIsUpdateDone && !newCapacity.isSimEmpty()) { invalidateSimPbCache(); fillCacheWithoutWaiting(); Loading Loading
src/java/com/android/internal/telephony/uicc/SimPhonebookRecordCache.java +4 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,7 @@ public class SimPhonebookRecordCache extends Handler { notifyAdnLoadingWaiters(); tryFireUpdatePendingList(); } else { notifyAdnLoadingWaiters(); logd("ADN capacity is invalid"); } mIsInitialized.set(true); // Let's say the whole process is ready Loading @@ -455,6 +456,9 @@ public class SimPhonebookRecordCache extends Handler { mIsCacheInvalidated.set(false); notifyAdnLoadingWaiters(); tryFireUpdatePendingList(); } else if (!newCapacity.isSimValid()) { mIsCacheInvalidated.set(false); notifyAdnLoadingWaiters(); } else if (!mIsUpdateDone && !newCapacity.isSimEmpty()) { invalidateSimPbCache(); fillCacheWithoutWaiting(); Loading