HomeSort by relevance Sort by last modified time
    Searched defs:MyPrintService (Results 1 - 2 of 2) sorted by null

  /packages/experimental/PrintService2/src/foo/bar/printservice2/
MyPrintService.java 32 public class MyPrintService extends PrintService {
34 private static final String LOG_TAG = MyPrintService.class.getSimpleName();
123 Toast.makeText(MyPrintService.this,
  /packages/experimental/PrintService/src/foo/bar/printservice/
MyPrintService.java 53 public class MyPrintService extends PrintService {
55 private static final String LOG_TAG = "MyPrintService";
67 private static MyPrintService sInstance;
78 public static MyPrintService peekInstance() {

Completed in 29 milliseconds