Searched defs:isAfterLast (Results 1 – 6 of 6) sorted by relevance
35 override fun isAfterLast(): Boolean = getCount() == 0 || super.getPosition() >= getCount() in limit() method67 override fun isAfterLast(): Boolean = count == 0 || super.isAfterLast() in Cursor() method
309 public boolean isAfterLast() { in isAfterLast() method in BluetoothPbapCallLogComposer
221 public boolean isAfterLast() { in isAfterLast() method in BluetoothPbapSimVcardManager
398 public boolean isAfterLast() { in isAfterLast() method in ContactFilterCursor
134 public boolean isAfterLast() { in isAfterLast() method in ConversationData.ReversedCursor
1226 public boolean isAfterLast() { in isAfterLast() method in TelephonyBackupAgentTest.FakeCursor