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.java293 mHandlerCaller.sendMessage(mHandlerCaller.obtainMessage(MSG_ON_LOCKSCREEN_SHOWN));
786 static final int MSG_ON_LOCKSCREEN_SHOWN = 108; field in VoiceInteractionSession
872 case MSG_ON_LOCKSCREEN_SHOWN: in executeMessage()