Home
last modified time | relevance | path

Searched refs:mAutoDownload (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/util/
DDownloadManager.java70 private boolean mAutoDownload; field in DownloadManager
82 mAutoDownload = getAutoDownloadState(prefs);
84 Log.v(TAG, "mAutoDownload ------> " + mAutoDownload);
106 mAutoDownload = getAutoDownloadState(mPreferences, isRoaming);
108 Log.v(TAG, "mAutoDownload ------> " + mAutoDownload);
127 mAutoDownload = getAutoDownloadState(mPreferences); in DownloadManager()
129 Log.v(TAG, "mAutoDownload ------> " + mAutoDownload); in DownloadManager()
134 return mAutoDownload; in isAuto()
227 } else if (!mAutoDownload) { in markState()