Home
last modified time | relevance | path

Searched refs:MSG_CLOSE_SYSTEM_DIALOGS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java343 mHandlerCaller.sendMessage(mHandlerCaller.obtainMessage(MSG_CLOSE_SYSTEM_DIALOGS));
839 static final int MSG_CLOSE_SYSTEM_DIALOGS = 102; field in VoiceInteractionSession
893 case MSG_CLOSE_SYSTEM_DIALOGS: in executeMessage()
/frameworks/base/core/java/android/view/
DViewRootImpl.java4323 private static final int MSG_CLOSE_SYSTEM_DIALOGS = 14; field in ViewRootImpl
4370 case MSG_CLOSE_SYSTEM_DIALOGS: in getMessageName()
4576 case MSG_CLOSE_SYSTEM_DIALOGS: { in handleMessage()
7860 msg.what = MSG_CLOSE_SYSTEM_DIALOGS; in dispatchCloseSystemDialogs()