Searched refs:getMsg (Results 1 – 1 of 1) sorted by relevance
1119 Message getMsg = mHandler.obtainMessage(MESSAGE_GET_NAME_AND_ADDRESS); in handleOnBootPhase() local1120 mHandler.sendMessage(getMsg); in handleOnBootPhase()1642 Message getMsg = mHandler.obtainMessage(MESSAGE_GET_NAME_AND_ADDRESS); in handleMessage() local1643 mHandler.sendMessage(getMsg); in handleMessage()