Home
last modified time | relevance | path

Searched refs:msg0 (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/
DMessageQueueTest.java129 Message msg0 = builder.build(); in testRunWithFile() local
130 byte[] data = msg0.toByteArray(); in testRunWithFile()
143 msg0 = builder.setContextId(msg0.getContextId()).setExpectResponse(false) in testRunWithFile()
144 .setType(Type.AfterCall).setFunction(msg0.getFunction()).setTime(2).build(); in testRunWithFile()
145 data = msg0.toByteArray(); in testRunWithFile()
163 Message complete0 = queue.removeCompleteMessage(msg0.getContextId()); in testRunWithFile()
169 assertEquals(msg0.getFunction(), complete0.getFunction()); in testRunWithFile()
171 assertEquals(msg0.getTime(), complete0.getTime(), 0); in testRunWithFile()