Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DConnectivityControllerTest.java152 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testUsable()
237 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testInsane()
262 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testCongestion()
292 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), in testRelaxed()
354 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testUpdates()
357 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testUpdates()
423 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testRequestStandbyExceptionLocked()
426 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testRequestStandbyExceptionLocked()
474 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testEvaluateStateLocked_JobWouldBeReady()
477 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testEvaluateStateLocked_JobWouldBeReady()
[all …]
/aosp12/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
H A DBootReceiver.java69 .setEstimatedNetworkBytes(estimatedDlBytes, estimatedUploadBytes) in onReceive()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DHelpers.java202 builder.setEstimatedNetworkBytes(info.mTotalBytes - info.mCurrentBytes, in scheduleJob()
205 builder.setEstimatedNetworkBytes(info.mTotalBytes, JobInfo.NETWORK_BYTES_UNKNOWN); in scheduleJob()
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobInfo.java1251 public Builder setEstimatedNetworkBytes(@BytesLong long downloadBytes, in setEstimatedNetworkBytes() method in JobInfo.Builder
/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.txt7984 method public android.app.job.JobInfo.Builder setEstimatedNetworkBytes(long, long);