Searched refs:getEstimatedNetworkBytes (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | JobSchedulerShellCommand.java | 78 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()
|
D | JobServiceContext.java | 731 Pair<Long, Long> getEstimatedNetworkBytes() { in getEstimatedNetworkBytes() method in JobServiceContext
|
D | JobConcurrencyManager.java | 1944 return jc.getEstimatedNetworkBytes(); in getEstimatedNetworkBytesLocked()
|
D | JobSchedulerService.java | 5554 int getEstimatedNetworkBytes(PrintWriter pw, String pkgName, int userId, String namespace,
|