OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_STATUS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/webkit/
StreamLoader.java
48
private static final int
MSG_STATUS
= 100; // Send status to loader
105
mHandler.sendEmptyMessage(
MSG_STATUS
);
129
case
MSG_STATUS
:
LoadListener.java
62
private static final int
MSG_STATUS
= 160;
250
case
MSG_STATUS
:
503
sendMessageInternal(obtainMessage(
MSG_STATUS
, status));
[
all
...]
Completed in 71 milliseconds