Searched refs:isLast (Results 1 – 8 of 8) sorted by relevance
578 byte isLast = inputBuffer.get(); in readFrom()579 if (isLast != LAST_PROPOSAL && isLast != NOT_LAST_PROPOSAL) { in readFrom()581 "Invalid value of Last Proposal Substructure: " + isLast); in readFrom()700 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() argument702 byte isLastIndicator = isLast ? LAST_PROPOSAL : NOT_LAST_PROPOSAL; in encodeToByteBuffer()1005 byte isLast = inputBuffer.get(); in readFrom()1006 if (isLast != LAST_TRANSFORM && isLast != NOT_LAST_TRANSFORM) { in readFrom()1008 "Invalid value of Last Transform Substructure: " + isLast); in readFrom()1090 protected abstract void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer); in encodeToByteBuffer() argument1095 protected void encodeBasicTransformToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeBasicTransformToByteBuffer() argument[all …]
134 if (cursor.moveToFirst() && cursor.isLast()) { in findMessageIndex()210 if (cursor != null && cursor.moveToFirst() && cursor.isLast()) { in getContactId()
60 public boolean isLast() { in isLast() method in FakeCursor
145 return super.isLast(); in isFirst()149 public boolean isLast() { in isLast() method in ConversationData.ReversedCursor
129 if (!cursor.isLast() && cursor.moveToNext()) { in bind()
362 public boolean isLast() { in isLast() method in ContactFilterCursor
788 if (cursor.isLast()) { in copyEntriesFromCursor()
1041 public boolean isLast() { in isLast() method in TelephonyBackupAgentTest.FakeCursor