Searched refs:mNoIntegrity (Results 1 – 2 of 2) sorted by relevance
66 info.mNoIntegrity = getInt(Downloads.Impl.COLUMN_NO_INTEGRITY) == 1; in updateFromDatabase()195 public boolean mNoIntegrity; field in DownloadInfo
491 return state.mCurrentBytes > 0 && !mInfo.mNoIntegrity && state.mHeaderETag == null; in cannotResume()661 if (!mInfo.mNoIntegrity && noSizeInfo) { in readResponseHeaders()860 } else if (mInfo.mETag == null && !mInfo.mNoIntegrity) { in setupDestinationFile()