Searched refs:PRINT_JOB_FILE_PREFIX (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java94 private static final String PRINT_JOB_FILE_PREFIX = "print_job_"; field in class:PrintSpoolerService
173 if (file.isFile() && file.getName().startsWith(PRINT_JOB_FILE_PREFIX)) {
358 if (file.isFile() && file.getName().startsWith(PRINT_JOB_FILE_PREFIX)) {
363 PRINT_JOB_FILE_PREFIX.length(),
458 return new File(context.getFilesDir(), PRINT_JOB_FILE_PREFIX

Completed in 23 milliseconds