Searched refs:PRINT_JOB_FILE_PREFIX (Results 1 – 1 of 1) sorted by relevance
109 private static final String PRINT_JOB_FILE_PREFIX = "print_job_"; field in PrintSpoolerService180 if (file.isFile() && file.getName().startsWith(PRINT_JOB_FILE_PREFIX)) { in dumpLocked()385 if (file.isFile() && file.getName().startsWith(PRINT_JOB_FILE_PREFIX)) { in handleReadPrintJobsLocked()390 PRINT_JOB_FILE_PREFIX.length(), in handleReadPrintJobsLocked()485 return new File(context.getFilesDir(), PRINT_JOB_FILE_PREFIX in generateFileForPrintJob()