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/print/java/com/android/server/print/
RemotePrintService.java
216
mHandler.obtainMessage(MyHandler.
MSG_ON_PRINT_JOB_QUEUED
,
611
public static final int
MSG_ON_PRINT_JOB_QUEUED
= 10;
664
case
MSG_ON_PRINT_JOB_QUEUED
: {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java
165
HandlerCallerCallback.
MSG_ON_PRINT_JOB_QUEUED
, printJob);
183
public static final int
MSG_ON_PRINT_JOB_QUEUED
= 2;
204
case
MSG_ON_PRINT_JOB_QUEUED
: {
[
all
...]
Completed in 163 milliseconds