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.java68 private boolean mAutoDownload; field in DownloadManager
80 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()