Searched refs:isLast (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/database/
H A DCursorJoiner.java124 return !mCursorLeft.isLast() || !mCursorRight.isLast();
127 return !mCursorLeft.isLast() || !mCursorRight.isAfterLast();
130 return !mCursorLeft.isAfterLast() || !mCursorRight.isLast();
H A DCursorWrapper.java170 public boolean isLast() { method in class:CursorWrapper
171 return mCursor.isLast();
H A DCursor.java127 boolean isLast(); method in interface:Cursor
H A DAbstractCursor.java267 public final boolean isLast() { method in class:AbstractCursor
/frameworks/base/common/tools/
H A Dmake-iana-tld-pattern.py35 def dump(self, isWebUrl=False, isFirst=False, isLast=False):
84 if not isLast:
119 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java293 * @param isLast indicates no more audio data, normally false.
296 public int putAudio(byte[] buf, int offset, int length, boolean isLast) { argument
297 return SR_RecognizerPutAudio(mRecognizer, buf, offset, length, isLast);
635 int length, boolean isLast);
634 SR_RecognizerPutAudio(int recognizer, byte[] buffer, int offset, int length, boolean isLast) argument
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java116 public boolean isLast() { method in class:MockCursor

Completed in 88 milliseconds