HomeSort by relevance Sort by last modified time
    Searched refs:bCol (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 135 int bCol = testCursor.getColumnIndexOrThrow("b");
139 byte[] cBlob = testCursor.getBlob(bCol);
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 117 int bCol = c.getColumnIndexOrThrow("b");
121 byte[] cBlob = c.getBlob(bCol);

Completed in 36 milliseconds