Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
DSequentialSensorOperation.java52 ISensorTestNode currentNode = asTestNode(parent); in execute() local
56 operation.execute(currentNode); in execute()
DRepeatingSensorOperation.java53 ISensorTestNode currentNode = asTestNode(parent); in execute() local
57 operation.execute(new TestNode(currentNode, i)); in execute()
DParallelSensorOperation.java95 final ISensorTestNode currentNode = asTestNode(parent); in execute() local
101 operation.execute(currentNode); in execute()