Searched refs:mRemoteCursorsIterator (Results 1 – 1 of 1) sorted by relevance
61 private CursorIterator mRemoteCursorsIterator; field in SyncCursorPair131 mRemoteCursorsIterator = new RemoteCursorsIterator(mRemoteSmsSelection, in query()144 if (mRemoteCursorsIterator != null) { in close()145 mRemoteCursorsIterator.close(); in close()163 DatabaseMessage remoteMessage = mRemoteCursorsIterator.next(); in scan()195 remoteMessage = mRemoteCursorsIterator.next(); in scan()202 final DatabaseMessage remoteMessagePeek = mRemoteCursorsIterator.next(); in scan()242 remoteMessage = mRemoteCursorsIterator.next(); in scan()281 return mRemoteCursorsIterator.next(); in getRemoteMessage()289 return mRemoteCursorsIterator.getPosition(); in getRemotePosition()[all …]