Searched refs:mAutoDownload (Results 1 – 1 of 1) sorted by relevance
68 private boolean mAutoDownload; field in DownloadManager80 mAutoDownload = getAutoDownloadState(prefs);82 Log.v(TAG, "mAutoDownload ------> " + mAutoDownload);104 mAutoDownload = getAutoDownloadState(mPreferences, isRoaming);106 Log.v(TAG, "mAutoDownload ------> " + mAutoDownload);125 mAutoDownload = getAutoDownloadState(mPreferences); in DownloadManager()127 Log.v(TAG, "mAutoDownload ------> " + mAutoDownload); in DownloadManager()132 return mAutoDownload; in isAuto()223 } else if (!mAutoDownload) { in markState()