HomeSort by relevance Sort by last modified time
    Searched defs:MSG_SHOW (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
PreBootBroadcaster.java 92 mHandler.obtainMessage(MSG_SHOW, mTargets.size(), mIndex).sendToTarget();
120 private static final int MSG_SHOW = 1;
133 case MSG_SHOW:
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 221 mHandlerCaller.sendMessage(mHandlerCaller.obtainMessageIOO(MSG_SHOW,
228 mHandlerCaller.removeMessages(MSG_SHOW);
780 static final int MSG_SHOW = 106;
    [all...]

Completed in 492 milliseconds