OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyPrintService
(Results
1 - 3
of
3
) sorted by null
/packages/experimental/PrintService/src/foo/bar/printservice/
MyDialogActivity.java
27
MyPrintService
.INTENT_EXTRA_PRINT_JOB_ID);
28
final int actionType = getIntent().getIntExtra(
MyPrintService
.INTENT_EXTRA_ACTION_TYPE,
29
MyPrintService
.ACTION_TYPE_ON_PRINT_JOB_PENDING);
31
if (actionType ==
MyPrintService
.ACTION_TYPE_ON_PRINT_JOB_PENDING) {
48
MyPrintService
.peekInstance().handleQueuedPrintJob(printJobId);
53
MyPrintService
.peekInstance().handleQueuedPrintJobDelayed(printJobId);
58
MyPrintService
.peekInstance().handleFailPrintJob(printJobId);
63
MyPrintService
.peekInstance().handleFailPrintJobDelayed(printJobId);
68
MyPrintService
.peekInstance().handleBlockPrintJob(printJobId);
73
MyPrintService
.peekInstance().handleBlockPrintJobDelayed(printJobId)
[
all
...]
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() {
/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,
Completed in 24 milliseconds