Searched refs:executeCancelCommand (Results 1 – 3 of 3) sorted by relevance
164 executeCancelCommand(); in onStartCommand()251 private void executeCancelCommand() { in executeCancelCommand() method in DynamicSystemInstallationService
244 return mInternal.executeCancelCommand(pw, pkgName, userId, jobIdStr != null, jobId); in cancelJob()
3027 int executeCancelCommand(PrintWriter pw, String pkgName, int userId, in executeCancelCommand() method in JobSchedulerService