Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DConnectivityControllerTest.java192 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testUsable()
196 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testUsable()
305 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testInsane()
330 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testCongestion()
360 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testMeteredAllowed()
484 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testStrongEnough_Cellular()
658 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testStrongEnough_Cellular_CheckDisabled()
832 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testStrongEnough_Cellular_VPN()
888 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testRelaxed()
898 job.setEstimatedNetworkBytes(JobInfo.NETWORK_BYTES_UNKNOWN, DataUnit.MEBIBYTES.toBytes(1)); in testRelaxed()
[all …]
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobWorkItem.java334 public Builder setEstimatedNetworkBytes(@BytesLong long downloadBytes, in setEstimatedNetworkBytes() method in JobWorkItem.Builder
DJobInfo.java1632 public Builder setEstimatedNetworkBytes(@BytesLong long downloadBytes, in setEstimatedNetworkBytes() method in JobInfo.Builder
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DJobStoreTest.java721 .setEstimatedNetworkBytes( in testEstimatedNetworkBytes()
727 .setEstimatedNetworkBytes(5, 15) in testEstimatedNetworkBytes()
833 JobWorkItem item3 = new JobWorkItem.Builder().setEstimatedNetworkBytes(1, 2).build(); in testJobWorkItems()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobStore.java1593 .setEstimatedNetworkBytes( in buildConstraintsFromXml()
1736 .setEstimatedNetworkBytes( in readJobWorkItemFromXml()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt9032 method public android.app.job.JobInfo.Builder setEstimatedNetworkBytes(long, long);
9187 method @NonNull public android.app.job.JobWorkItem.Builder setEstimatedNetworkBytes(long, long);