Searched defs:Cursor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/
H A DCursor.java29 * Cursor implementations are not required to be synchronized so code using a Cursor from multiple
30 * threads should perform its own synchronization when using the Cursor.
32 public interface Cursor extends Closeable { interface in inherits:Closeable
343 * Deactivates the Cursor, making all calls on it fail until {@link #requery} is called.
368 * Closes the Cursor, releasing all of its resources and making it completely invalid.
369 * Unlike {@link #deactivate()} a call to {@link #requery()} will not make the Cursor valid

Completed in 845 milliseconds