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

/frameworks/base/core/java/android/database/
H A DCursor.java53 * current position. Positive offsets move forwards, negative offsets move
60 * currently on the second entry in the result set and move(-5) is called,
64 * @return whether the requested move fully succeeded.
66 boolean move(int offset); method in interface:Cursor
75 * @param position the zero-based position to move to.
76 * @return whether the requested move fully succeeded.
85 * @return whether the move succeeded.
94 * @return whether the move succeeded.
104 * @return whether the move succeede
[all...]
H A DCursorWrapper.java182 public boolean move(int offset) { method in class:CursorWrapper
183 return mCursor.move(offset);
H A DAbstractCursor.java130 * may have. If it returns false the move function will also do so and the
135 * @return true if the move is successful, false otherwise
243 public final boolean move(int offset) { method in class:AbstractCursor
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java120 public boolean move(int offset) { method in class:MockCursor
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduPersister.java1184 public Uri move(Uri from, Uri to) throws MmsException { method in class:PduPersister

Completed in 63 milliseconds