Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerShellCommand.java78 return getEstimatedNetworkBytes(pw, BYTE_OPTION_DOWNLOAD); in onCommand()
80 return getEstimatedNetworkBytes(pw, BYTE_OPTION_UPLOAD); in onCommand()
478 private int getEstimatedNetworkBytes(PrintWriter pw, int byteOption) throws Exception { in getEstimatedNetworkBytes() method in JobSchedulerShellCommand
513 int ret = mInternal.getEstimatedNetworkBytes(pw, pkgName, userId, namespace, in getEstimatedNetworkBytes()
DJobServiceContext.java731 Pair<Long, Long> getEstimatedNetworkBytes() { in getEstimatedNetworkBytes() method in JobServiceContext
DJobConcurrencyManager.java1944 return jc.getEstimatedNetworkBytes(); in getEstimatedNetworkBytesLocked()
DJobSchedulerService.java5554 int getEstimatedNetworkBytes(PrintWriter pw, String pkgName, int userId, String namespace,