Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerShellCommand.java256 final String jobIdStr = getNextArg(); in timeout() local
257 final int jobId = jobIdStr != null ? Integer.parseInt(jobIdStr) : -1; in timeout()
262 jobIdStr != null, jobId, in timeout()
300 final String jobIdStr = getNextArg(); in cancelJob() local
301 final int jobId = jobIdStr != null ? Integer.parseInt(jobIdStr) : -1; in cancelJob()
306 jobIdStr != null, jobId); in cancelJob()
383 final String jobIdStr = getNextArgRequired(); in getEstimatedNetworkBytes() local
384 final int jobId = Integer.parseInt(jobIdStr); in getEstimatedNetworkBytes()
439 final String jobIdStr = getNextArgRequired(); in getTransferredNetworkBytes() local
591 final String jobIdStr = getNextArg(); in stop() local
[all …]