Searched refs:getDelay (Results 1 – 6 of 6) sorted by relevance
72 long redDelay = getDelay(R.id.redSquare); in testCircularPropagation()77 long greenDelay = getDelay(R.id.greenSquare); in testCircularPropagation()81 long blueDelay = getDelay(R.id.blueSquare); in testCircularPropagation()86 assertEquals(0, getDelay(R.id.blueSquare)); in testCircularPropagation()104 long redDelay = getDelay(R.id.redSquare);107 long greenDelay = getDelay(R.id.greenSquare);110 long blueDelay = getDelay(R.id.blueSquare);113 long yellowDelay = getDelay(R.id.yellowSquare);122 assertEquals(0, getDelay(R.id.blueSquare));140 long redDelay = getDelay(R.id.redSquare); in testSidePropagationTop()[all …]
147 public QoP.delayType getDelay() { in getDelay() method in QoP302 return getDelay() != null; in getComponents()314 return getDelay(); in getComponents()337 + getDelay().toIndentedString(indent); in getComponents()
364 final long delay = response.getDelay(); in handleOnFillRequest()366 SystemClock.sleep(response.getDelay()); in handleOnFillRequest()
83 public long getDelay() { in getDelay() method in CannedAugmentedFillResponse
84 assertEquals(0.1f, controller.getDelay(), 0.001f); in testLoad()
175 assertEquals(delay, mController.getDelay(), 0.0f); in testAccessDelay()351 assertEquals(DEFAULT_DELAY, controller.getDelay(), 0.0f);