OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_ON_PRINT_JOB_QUEUED
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/print/
RemotePrintService.java
224
mHandler.obtainMessage(MyHandler.
MSG_ON_PRINT_JOB_QUEUED
,
602
public static final int
MSG_ON_PRINT_JOB_QUEUED
= 10;
655
case
MSG_ON_PRINT_JOB_QUEUED
: {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintSpoolerService.java
164
HandlerCallerCallback.
MSG_ON_PRINT_JOB_QUEUED
, printJob);
182
public static final int
MSG_ON_PRINT_JOB_QUEUED
= 2;
203
case
MSG_ON_PRINT_JOB_QUEUED
: {
[
all
...]
Completed in 618 milliseconds