Searched refs:waitForLongValue (Results 1 – 2 of 2) sorted by relevance
135 public synchronized long waitForLongValue() { in waitForLongValue() method in JavaBridgeCoercionTest.TestObject197 assertEquals(42L, mTestObject.waitForLongValue()); in testPassNumberInt32()252 assertEquals(42L, mTestObject.waitForLongValue()); in testPassNumberDouble()255 assertEquals(Long.MIN_VALUE, mTestObject.waitForLongValue()); in testPassNumberDouble()296 assertEquals(0L, mTestObject.waitForLongValue()); in testPassNumberNaN()336 assertEquals(-1L, mTestObject.waitForLongValue()); in testPassNumberInfinity()401 assertEquals(0L, mTestObject.waitForLongValue()); in testPassBoolean()403 assertEquals(0L, mTestObject.waitForLongValue()); in testPassBoolean()449 assertEquals(0L, mTestObject.waitForLongValue()); in testPassString()504 assertEquals(0L, mTestObject.waitForLongValue()); in testPassJavaScriptObject()[all …]
64 public synchronized long waitForLongValue() { in waitForLongValue() method in JavaBridgeBasicsTest.TestController345 final long threadId = mTestController.waitForLongValue(); in testMethodInvokedOnBackgroundThread()