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 D | ConnectivityControllerTest.java | 152 .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 D | BootReceiver.java | 69 .setEstimatedNetworkBytes(estimatedDlBytes, estimatedUploadBytes) in onReceive()
|
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | Helpers.java | 202 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 D | JobInfo.java | 1251 public Builder setEstimatedNetworkBytes(@BytesLong long downloadBytes, in setEstimatedNetworkBytes() method in JobInfo.Builder
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 7984 method public android.app.job.JobInfo.Builder setEstimatedNetworkBytes(long, long);
|