Home | History | Annotate | Download | only in dictionarypack

Lines Matching defs:currentInfo

761             final WordListMetadata currentInfo = MetadataHandler.findWordListById(fromList, id);
768 DebugLogUtils.l("Considering updating ", id, "currentInfo =", currentInfo);
770 if (null == currentInfo && null == newInfo) {
782 } else if (null == currentInfo) {
793 actions.add(new ActionBatch.ForgetAction(clientId, currentInfo, false));
796 if (newInfo.mVersion == currentInfo.mVersion) {
797 if (TextUtils.equals(newInfo.mRemoteFilename, currentInfo.mRemoteFilename)) {
799 newInfo.mRetryCount = currentInfo.mRetryCount;
804 } else if (newInfo.mVersion > currentInfo.mVersion) {
808 currentInfo.mId, currentInfo.mVersion);
820 actions.add(new ActionBatch.ForgetAction(clientId, currentInfo, true));
824 + " : current list timestamp is " + currentInfo.mLastUpdate