Searched refs:getEstimatedNetworkBytes (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobSchedulerShellCommand.java | 68 return getEstimatedNetworkBytes(pw, BYTE_OPTION_DOWNLOAD); in onCommand() 70 return getEstimatedNetworkBytes(pw, BYTE_OPTION_UPLOAD); in onCommand() 353 private int getEstimatedNetworkBytes(PrintWriter pw, int byteOption) throws Exception { in getEstimatedNetworkBytes() method in JobSchedulerShellCommand 388 int ret = mInternal.getEstimatedNetworkBytes(pw, pkgName, userId, namespace, in getEstimatedNetworkBytes()
|
H A D | JobServiceContext.java | 733 Pair<Long, Long> getEstimatedNetworkBytes() { in getEstimatedNetworkBytes() method in JobServiceContext
|
H A D | JobConcurrencyManager.java | 1920 return jc.getEstimatedNetworkBytes(); in getEstimatedNetworkBytesLocked()
|
H A D | JobSchedulerService.java | 4987 int getEstimatedNetworkBytes(PrintWriter pw, String pkgName, int userId, String namespace,
|