Searched refs:getMaxBytesOverMobile (Results 1 - 5 of 5) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DSystemFacade.java46 public Long getMaxBytesOverMobile(); method in interface:SystemFacade
H A DRealSystemFacade.java81 public Long getMaxBytesOverMobile() { method in class:RealSystemFacade
82 return DownloadManager.getMaxBytesOverMobile(mContext);
H A DDownloadInfo.java444 Long maxBytesOverMobile = mSystemFacade.getMaxBytesOverMobile();
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DFakeSystemFacade.java66 public Long getMaxBytesOverMobile() { method in class:FakeSystemFacade
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DAttachmentUtils.java284 Long maxBytes = DownloadManager.getMaxBytesOverMobile(context);

Completed in 174 milliseconds