Home
last modified time | relevance | path

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

/cts/tests/tests/database/src/android/database/cts/
DCursorWindowTest.java413 int testRowCount = 2016; in testDefaultCursorWindowSize() local
414 for (int i = 0; i < testRowCount; i++) { in testDefaultCursorWindowSize()
419 assertFalse("Allocation should fail for row " + testRowCount, in testDefaultCursorWindowSize()
420 cursorWindow.putBlob(bytes, testRowCount, 0)); in testDefaultCursorWindowSize()