Home | History | Annotate | Download | only in dictionarypack

Lines Matching refs:newInfo

756             final WordListMetadata newInfo = null == metadataInfo
761 if (null == currentInfo && null == newInfo) {
776 actions.add(new ActionBatch.MakeAvailableAction(clientId, newInfo));
777 } else if (null == newInfo) {
787 if (newInfo.mVersion == currentInfo.mVersion) {
790 actions.add(new ActionBatch.UpdateDataAction(clientId, newInfo));
791 } else if (newInfo.mVersion > currentInfo.mVersion) {
797 actions.add(new ActionBatch.MakeAvailableAction(clientId, newInfo));
800 actions.add(new ActionBatch.StartDownloadAction(clientId, newInfo, false));
812 + " ; new list timestamp is " + newInfo.mLastUpdate);