Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerShellCommand.java277 final String jobIdStr = getNextArg(); in timeout() local
278 final int jobId = jobIdStr != null ? Integer.parseInt(jobIdStr) : -1; in timeout()
283 jobIdStr != null, jobId, in timeout()
321 final String jobIdStr = getNextArg(); in cancelJob() local
322 final int jobId = jobIdStr != null ? Integer.parseInt(jobIdStr) : -1; in cancelJob()
327 jobIdStr != null, jobId); in cancelJob()
508 final String jobIdStr = getNextArgRequired(); in getEstimatedNetworkBytes() local
509 final int jobId = Integer.parseInt(jobIdStr); in getEstimatedNetworkBytes()
564 final String jobIdStr = getNextArgRequired(); in getTransferredNetworkBytes() local
565 final int jobId = Integer.parseInt(jobIdStr); in getTransferredNetworkBytes()
[all …]