Home
last modified time | relevance | path

Searched defs:sCol (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java116 int sCol = c.getColumnIndexOrThrow("s"); in testBlob() local
/aosp_15_r20/cts/tests/tests/database/src/android/database/cts/
H A DDatabaseCursorTest.java136 int sCol = testCursor.getColumnIndexOrThrow("s"); in testBlob() local