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 172 int bCol = testCursor.getColumnIndexOrThrow("b");
176 byte[] cBlob = testCursor.getBlob(bCol);
187 testCursor.updateBlob(bCol, newblob);
188 cBlob = testCursor.getBlob(bCol);
195 cBlob = testCursor.getBlob(bCol);
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 159 int bCol = c.getColumnIndexOrThrow("b");
163 byte[] cBlob = c.getBlob(bCol);
174 c.updateBlob(bCol, newblob);
175 cBlob = c.getBlob(bCol);
182 cBlob = c.getBlob(bCol);

Completed in 227 milliseconds