Searched refs:getAutoDownloadState (Results 1 – 1 of 1) sorted by relevance
80 mAutoDownload = getAutoDownloadState(prefs);104 mAutoDownload = getAutoDownloadState(mPreferences, isRoaming);125 mAutoDownload = getAutoDownloadState(mPreferences); in DownloadManager()153 static boolean getAutoDownloadState(SharedPreferences prefs) { in getAutoDownloadState() method in DownloadManager154 return getAutoDownloadState(prefs, isRoaming()); in getAutoDownloadState()157 static boolean getAutoDownloadState(SharedPreferences prefs, boolean roaming) { in getAutoDownloadState() method in DownloadManager