HomeSort by relevance Sort by last modified time
    Searched refs:stepCalled (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/tests/support/
MockFunction.java 27 public static boolean stepCalled = false;
43 stepCalled = true;
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 588 assertFalse(aggFunction.stepCalled);
591 assertTrue(aggFunction.stepCalled);
    [all...]

Completed in 114 milliseconds