Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java273 mHandlerCaller.sendMessage(mHandlerCaller.obtainMessage(MSG_ON_LOCKSCREEN_SHOWN));
766 static final int MSG_ON_LOCKSCREEN_SHOWN = 108; field in VoiceInteractionSession
845 case MSG_ON_LOCKSCREEN_SHOWN: in executeMessage()