Home
last modified time | relevance | path

Searched refs:BYTE_OPTION_DOWNLOAD (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerShellCommand.java39 static final int BYTE_OPTION_DOWNLOAD = 0; field in JobSchedulerShellCommand
78 return getEstimatedNetworkBytes(pw, BYTE_OPTION_DOWNLOAD); in onCommand()
86 return getTransferredNetworkBytes(pw, BYTE_OPTION_DOWNLOAD); in onCommand()
DJobSchedulerService.java5589 if (byteOption == JobSchedulerShellCommand.BYTE_OPTION_DOWNLOAD) {
5637 if (byteOption == JobSchedulerShellCommand.BYTE_OPTION_DOWNLOAD) {