Home | History | Annotate | Download | only in phone

Lines Matching refs:newMsg

190                         Message newMsg = obtainMessage(EVENT_LOADED_FROM_DEFAULT, phoneId, -1);
191 newMsg.getData().putBoolean("loaded_from_xml", true);
192 mHandler.sendMessage(newMsg);
258 Message newMsg = obtainMessage(EVENT_LOADED_FROM_CARRIER, phoneId, -1);
259 newMsg.getData().putBoolean("loaded_from_xml", true);
260 sendMessage(newMsg);