Searched refs:setEstimatedNetworkBytes (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | ConnectivityControllerTest.java | 137 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1)) in testInsane() 154 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1)) in testCongestion() 181 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1)) in testRelaxed() 229 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testUpdates() 232 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testUpdates() 301 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testRequestStandbyExceptionLocked() 304 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testRequestStandbyExceptionLocked() 338 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testWouldBeReadyWithConnectivityLocked() 360 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testEvaluateStateLocked_HeartbeatsOn() 387 .setEstimatedNetworkBytes(DataUnit.MEBIBYTES.toBytes(1), 0) in testEvaluateStateLocked_JobWouldBeReady() [all …]
|
/frameworks/base/core/java/android/app/job/ |
D | JobInfo.java | 1182 public Builder setEstimatedNetworkBytes(@BytesLong long networkBytes) { in setEstimatedNetworkBytes() method in JobInfo.Builder 1183 return setEstimatedNetworkBytes(networkBytes, NETWORK_BYTES_UNKNOWN); in setEstimatedNetworkBytes() 1223 public Builder setEstimatedNetworkBytes(@BytesLong long downloadBytes, in setEstimatedNetworkBytes() method in JobInfo.Builder
|
/frameworks/base/api/ |
D | removed.txt | 65 method @Deprecated public android.app.job.JobInfo.Builder setEstimatedNetworkBytes(long);
|
D | current.txt | 7368 method public android.app.job.JobInfo.Builder setEstimatedNetworkBytes(long, long);
|
/frameworks/base/non-updatable-api/ |
D | removed.txt | 65 method @Deprecated public android.app.job.JobInfo.Builder setEstimatedNetworkBytes(long);
|
D | current.txt | 7368 method public android.app.job.JobInfo.Builder setEstimatedNetworkBytes(long, long);
|