HomeSort by relevance Sort by last modified time
    Searched refs:PdfManipulationService (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PageContentRepository.java 41 import com.android.printspooler.renderer.PdfManipulationService;
674 Intent intent = new Intent(PdfManipulationService.ACTION_GET_RENDERER);
675 intent.setClass(mContext, PdfManipulationService.class);
696 return PdfManipulationService.ERROR_MALFORMED_PDF_FILE;
708 case PdfManipulationService.ERROR_MALFORMED_PDF_FILE: {
714 case PdfManipulationService.ERROR_SECURE_PDF_FILE: {
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java 44 public final class PdfManipulationService extends Service {
54 private static final String LOG_TAG = "PdfManipulationService";
138 Configuration configuration = PdfManipulationService.this.getResources()
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 96 import com.android.printspooler.renderer.PdfManipulationService;
    [all...]

Completed in 748 milliseconds