Searched refs:isRoaming (Results 1 – 2 of 2) sorted by relevance
99 boolean isRoaming = state.getRoaming();101 Log.v(TAG, "roaming ------> " + isRoaming);104 mAutoDownload = getAutoDownloadState(mPreferences, isRoaming);154 return getAutoDownloadState(prefs, isRoaming()); in getAutoDownloadState()180 static boolean isRoaming() { in isRoaming() method in DownloadManager
73 boolean isRoaming = isMobile && TelephonyManager.getDefault().isNetworkRoaming(); in isNetworkRoaming()74 if (Constants.LOGVV && isRoaming) { in isNetworkRoaming()77 return isRoaming; in isNetworkRoaming()