Home
last modified time | relevance | path

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

/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DRealSystemFacade.java66 public long getMaxBytesOverMobile() { in getMaxBytesOverMobile() method in RealSystemFacade
67 final Long value = DownloadManager.getMaxBytesOverMobile(mContext); in getMaxBytesOverMobile()
H A DSystemFacade.java46 public long getMaxBytesOverMobile(); in getMaxBytesOverMobile() method
H A DDownloadInfo.java315 if (totalBytes > mSystemFacade.getMaxBytesOverMobile()) { in getRequiredNetworkType()
/aosp12/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DFakeSystemFacade.java108 public long getMaxBytesOverMobile() { in getMaxBytesOverMobile() method in FakeSystemFacade
/aosp12/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DTrampolineActivity.java170 final Long maxSize = DownloadManager.getMaxBytesOverMobile(context); in onCreateDialog()
/aosp12/frameworks/base/core/java/android/app/
H A DDownloadManager.java1294 public static Long getMaxBytesOverMobile(Context context) { in getMaxBytesOverMobile() method
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt4964 method public static Long getMaxBytesOverMobile(android.content.Context);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4038 method public static java.lang.Long getMaxBytesOverMobile(android.content.Context);