OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_HIDE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
PreBootBroadcaster.java
77
mHandler.obtainMessage(
MSG_HIDE
).sendToTarget();
84
mHandler.obtainMessage(
MSG_HIDE
).sendToTarget();
119
private static final int
MSG_HIDE
= 2;
164
case
MSG_HIDE
:
/frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java
237
mHandlerCaller.sendMessage(mHandlerCaller.obtainMessage(
MSG_HIDE
));
785
static final int
MSG_HIDE
= 107;
[
all
...]
Completed in 64 milliseconds