Home
last modified time | relevance | path

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

/cts/tests/tests/database/src/android/database/cts/
DCursorWindowTest.java348 fillCursorTestContents(cursorWindow, 5); in testAccessStartPosition()
377 fillCursorTestContents(cursorWindow, 10); in testClearAndOnAllReferencesReleased()
490 private void fillCursorTestContents(CursorWindow cursorWindow, int length) { in fillCursorTestContents() method in CursorWindowTest