Home
last modified time | relevance | path

Searched refs:getEstimatedNetworkBytes (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerShellCommand.java68 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 DJobServiceContext.java733 Pair<Long, Long> getEstimatedNetworkBytes() { in getEstimatedNetworkBytes() method in JobServiceContext
H A DJobConcurrencyManager.java1920 return jc.getEstimatedNetworkBytes(); in getEstimatedNetworkBytesLocked()
H A DJobSchedulerService.java4987 int getEstimatedNetworkBytes(PrintWriter pw, String pkgName, int userId, String namespace,