Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java117 int dCol = c.getColumnIndexOrThrow("d"); in testBlob() local
/aosp_15_r20/cts/tests/tests/database/src/android/database/cts/
H A DDatabaseCursorTest.java137 int dCol = testCursor.getColumnIndexOrThrow("d"); in testBlob() local