HomeSort by relevance Sort by last modified time
    Searched defs:printspooler (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintProgressFragment.java 17 package com.android.printspooler.ui;
25 import com.android.printspooler.R;
PrintErrorFragment.java 17 package com.android.printspooler.ui;
30 import com.android.printspooler.R;
PrinterRegistry.java 17 package com.android.printspooler.ui;
AddPrinterActivity.java 17 package com.android.printspooler.ui;
50 import com.android.printspooler.R;
PrintPreviewController.java 17 package com.android.printspooler.ui;
33 import com.android.printspooler.R;
34 import com.android.printspooler.model.MutexFileProvider;
35 import com.android.printspooler.widget.PrintContentView;
36 import com.android.printspooler.widget.EmbeddedContentContainer;
37 import com.android.printspooler.widget.PrintOptionsLayout;
SelectPrinterActivity.java 17 package com.android.printspooler.ui;
59 import com.android.printspooler.R;
FusedPrintersProvider.java 17 package com.android.printspooler.ui;
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
OpenDocumentCallback.java 17 package com.android.printspooler.model;
PrintSpoolerProvider.java 17 package com.android.printspooler.model;
50 mSpooler = ((PrintSpoolerService.PrintSpooler) service).getService();
MutexFileProvider.java 17 package com.android.printspooler.model;
CustomPrinterIconCache.java 17 package com.android.printspooler.model;
NotificationController.java 17 package com.android.printspooler.model;
46 import com.android.printspooler.R;
PageContentRepository.java 17 package com.android.printspooler.model;
40 import com.android.printspooler.renderer.IPdfRenderer;
41 import com.android.printspooler.renderer.PdfManipulationService;
42 import com.android.printspooler.util.BitmapSerializeUtils;
    [all...]
RemotePrintDocument.java 17 package com.android.printspooler.model;
42 import com.android.printspooler.R;
43 import com.android.printspooler.util.PageRangeUtils;
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
BitmapSerializeUtils.java 17 package com.android.printspooler.util;
ApprovedPrintServices.java 17 package com.android.printspooler.util;
MediaSizeUtils.java 17 package com.android.printspooler.util;
25 import com.android.printspooler.R;
PageRangeUtils.java 17 package com.android.printspooler.util;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
CustomErrorEditText.java 17 package com.android.printspooler.widget;
EmbeddedContentContainer.java 17 package com.android.printspooler.widget;
PreviewPageFrame.java 17 package com.android.printspooler.widget;
25 import com.android.printspooler.R;
PageContentView.java 17 package com.android.printspooler.widget;
26 import com.android.printspooler.model.PageContentRepository;
27 import com.android.printspooler.model.PageContentRepository.RenderSpec;
28 import com.android.printspooler.model.PageContentRepository.PageContentProvider;
PrintOptionsLayout.java 17 package com.android.printspooler.widget;
24 import com.android.printspooler.R;
PrintContentView.java 17 package com.android.printspooler.widget;
26 import com.android.printspooler.R;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java 17 package com.android.printspooler.renderer;
36 import com.android.printspooler.util.PageRangeUtils;
38 import com.android.printspooler.util.BitmapSerializeUtils;
46 "com.android.printspooler.renderer.ACTION_GET_RENDERER";
48 "com.android.printspooler.renderer.ACTION_GET_EDITOR";

Completed in 308 milliseconds

1 2