Home
last modified time | relevance | path

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

/cts/tests/tests/database/src/android/database/cts/
DCursorWindowTest.java344 final int TEST_POSITION_1 = 0; in testAccessStartPosition() local
351 assertEquals(TEST_POSITION_1, cursorWindow.getStartPosition()); in testAccessStartPosition()