Searched refs:setEstimatedNetworkBytes (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
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 …]
|
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/ |
D | JobInfo.java | 1251 public Builder setEstimatedNetworkBytes(@BytesLong long downloadBytes, in setEstimatedNetworkBytes() method in JobInfo.Builder
|
/frameworks/base/core/api/ |
D | current.txt | 7977 method public android.app.job.JobInfo.Builder setEstimatedNetworkBytes(long, long);
|