Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java45 import com.android.printspooler.renderer.PdfManipulationService;
737 Intent intent = new Intent(PdfManipulationService.ACTION_GET_RENDERER); in onPreExecute()
738 intent.setClass(mContext, PdfManipulationService.class); in onPreExecute()
759 return PdfManipulationService.ERROR_MALFORMED_PDF_FILE; in doInBackground()
771 case PdfManipulationService.ERROR_MALFORMED_PDF_FILE: { in onPostExecute()
777 case PdfManipulationService.ERROR_SECURE_PDF_FILE: { in onPostExecute()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DPdfManipulationService.java44 public final class PdfManipulationService extends Service { class
138 Configuration configuration = PdfManipulationService.this.getResources() in renderPage()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java98 import com.android.printspooler.renderer.PdfManipulationService;
3147 Intent intent = new Intent(PdfManipulationService.ACTION_GET_EDITOR); in transform()
3148 intent.setClass(mContext, PdfManipulationService.class); in transform()