Home | History | Annotate | Download | only in os

Lines Matching refs:copyFrom

171                     newMsg.copyFrom(msg);
174 "newMsg.isInUse is true should be false after copyFrom"));
178 "newMsg.flags is %d should be 0 after copyFrom", newMsg.flags)));
182 "newMsg.what is %d should be %d after copyFrom", newMsg.what, 1)));
186 "newMsg.arg1 is %d should be %d after copyFrom", msg.arg1, 456)));
190 "newMsg.arg2 is %d should be %d after copyFrom", msg.arg2, 789)));
194 "newMsg.obj should be 'this' after copyFrom"));
198 "newMsg.replyTo should be null after copyFrom"));
202 "newMsg.data should NOT be mBundle after copyFrom"));
207 " mBundle.getString(\"key\") which is %s after copyFrom",
212 "newMsg.when is %d should be 0 after copyFrom", newMsg.when)));
216 "newMsg.target is NOT mHandler after copyFrom"));
220 "newMsg.callback is NOT null after copyFrom"));