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

  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 388 DatabaseUtils.dumpCursor(cursor);
392 DatabaseUtils.dumpCursor(cursor, os);
395 assertEquals(pos, cursor.getPosition()); // dumpCursor should not change status of cursor
399 DatabaseUtils.dumpCursor(cursor, sb);
400 assertEquals(pos, cursor.getPosition()); // dumpCursor should not change status of cursor
404 assertEquals(pos, cursor.getPosition()); // dumpCursor should not change status of cursor
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 53 milliseconds