Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DPdfManipulationService.java45 public static final String ACTION_GET_RENDERER = field in PdfManipulationService
64 case ACTION_GET_RENDERER: { in onBind()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java737 Intent intent = new Intent(PdfManipulationService.ACTION_GET_RENDERER); in onPreExecute()