Searched refs:MSG_HIDE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DPreBootBroadcaster.java79 mHandler.obtainMessage(MSG_HIDE).sendToTarget();
86 mHandler.obtainMessage(MSG_HIDE).sendToTarget();
121 private static final int MSG_HIDE = 2; field in class:PreBootBroadcaster
167 case MSG_HIDE:
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java240 mHandlerCaller.sendMessage(mHandlerCaller.obtainMessage(MSG_HIDE));
792 static final int MSG_HIDE = 107; field in class:VoiceInteractionSession
875 case MSG_HIDE:

Completed in 518 milliseconds