Home | History | Annotate | Download | only in ui

Lines Matching refs:received

225      * @param receiveTimer timer to wait for the received message, if it is null, default timer
227 * @return true if received message is equal to what sent, otherwise, return false
242 // and then receive it. Make sure the sent and received messages are the same.
243 boolean received = false;
249 // The "msgCount + 2" is to account for the sent and received message.
251 // 2) another message could be received by the target phone during this time
260 assertEquals("The sent and received messages aren't the same",
263 received = true;
267 assertTrue("Never received the sent message", received);
268 return received;