Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/job/controllers/
DConnectivityControllerTest.java115 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1)) in testInsane()
132 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1)) in testCongestion()
159 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1)) in testRelaxed()
207 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testUpdates()
210 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testUpdates()
/frameworks/base/core/java/android/app/job/
DJobInfo.java1166 public Builder setEstimatedNetworkBytes(@BytesLong long networkBytes) { in setEstimatedNetworkBytes() method in JobInfo.Builder
1167 return setEstimatedNetworkBytes(networkBytes, NETWORK_BYTES_UNKNOWN); in setEstimatedNetworkBytes()
1207 public Builder setEstimatedNetworkBytes(@BytesLong long downloadBytes, in setEstimatedNetworkBytes() method in JobInfo.Builder
/frameworks/base/config/
Dhiddenapi-removed-dex.txt11 Landroid/app/job/JobInfo$Builder;->setEstimatedNetworkBytes(J)Landroid/app/job/JobInfo$Builder;
Dhiddenapi-public-dex.txt3141 Landroid/app/job/JobInfo$Builder;->setEstimatedNetworkBytes(JJ)Landroid/app/job/JobInfo$Builder;
/frameworks/base/api/
Dremoved.txt64 method public deprecated android.app.job.JobInfo.Builder setEstimatedNetworkBytes(long);
Dcurrent.txt7113 method public android.app.job.JobInfo.Builder setEstimatedNetworkBytes(long, long);