Searched refs:MSG_ASSIST_DISCLOSURE (Results 1 – 1 of 1) sorted by relevance
124 private static final int MSG_ASSIST_DISCLOSURE = 22 << MSG_SHIFT; field in CommandQueue925 mHandler.removeMessages(MSG_ASSIST_DISCLOSURE); in showAssistDisclosure()926 mHandler.obtainMessage(MSG_ASSIST_DISCLOSURE).sendToTarget(); in showAssistDisclosure()1621 case MSG_ASSIST_DISCLOSURE: in handleMessage()