Home | History | Annotate | Download | only in dictionarypack

Lines Matching refs:newInfo

762             final WordListMetadata newInfo = null == metadataInfo
767 if (null == currentInfo && null == newInfo) {
782 actions.add(new ActionBatch.MakeAvailableAction(clientId, newInfo));
783 } else if (null == newInfo) {
793 if (newInfo.mVersion == currentInfo.mVersion) {
796 actions.add(new ActionBatch.UpdateDataAction(clientId, newInfo));
797 } else if (newInfo.mVersion > currentInfo.mVersion) {
803 actions.add(new ActionBatch.MakeAvailableAction(clientId, newInfo));
806 actions.add(new ActionBatch.StartDownloadAction(clientId, newInfo, false));
818 + " ; new list timestamp is " + newInfo.mLastUpdate);