Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/util/
DDownloadManager.java80 mAutoDownload = getAutoDownloadState(prefs);
104 mAutoDownload = getAutoDownloadState(mPreferences, isRoaming);
125 mAutoDownload = getAutoDownloadState(mPreferences); in DownloadManager()
153 static boolean getAutoDownloadState(SharedPreferences prefs) { in getAutoDownloadState() method in DownloadManager
154 return getAutoDownloadState(prefs, isRoaming()); in getAutoDownloadState()
157 static boolean getAutoDownloadState(SharedPreferences prefs, boolean roaming) { in getAutoDownloadState() method in DownloadManager