OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_DESTROY_PRINTER_DISCOVERY_SESSION
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/printservice/
PrintService.java
344
mHandler.sendEmptyMessage(ServiceHandler.
MSG_DESTROY_PRINTER_DISCOVERY_SESSION
);
397
public static final int
MSG_DESTROY_PRINTER_DISCOVERY_SESSION
= 2;
433
case
MSG_DESTROY_PRINTER_DISCOVERY_SESSION
: {
435
Log.i(LOG_TAG, "
MSG_DESTROY_PRINTER_DISCOVERY_SESSION
"
/frameworks/base/services/java/com/android/server/print/
RemotePrintService.java
279
mHandler.sendEmptyMessage(MyHandler.
MSG_DESTROY_PRINTER_DISCOVERY_SESSION
);
594
public static final int
MSG_DESTROY_PRINTER_DISCOVERY_SESSION
= 2;
618
case
MSG_DESTROY_PRINTER_DISCOVERY_SESSION
: {
UserState.java
[
all
...]
Completed in 133 milliseconds