Searched refs:PdfManipulationService (Results 1 – 3 of 3) sorted by relevance
45 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()
44 public final class PdfManipulationService extends Service { class138 Configuration configuration = PdfManipulationService.this.getResources() in renderPage()
98 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()