Lines Matching refs:moveToNext
140 while (deviceCursor.moveToNext()) { in queryRoots()
166 deviceRoot.moveToNext(); in queryRoots()
177 while (storageCursor.moveToNext()) { in queryRoots()
278 for (int i = 0; cursor.moveToNext(); i++) { in getStorageDocumentIds()
314 if (cursor.moveToNext()) { in getDocumentIdForDevice()
341 if (cursor.moveToNext()) { in getParentIdentifier()
363 cursor.moveToNext(); in getDeviceDocumentId()
429 cursor.moveToNext(); in createIdentifier()
461 while (cursor.moveToNext()) { in deleteDocumentsAndRootsRecursively()
499 while (cursor.moveToNext()) { in disconnectDocumentsRecursively()
574 cursor.moveToNext(); in getRowState()
592 cursor.moveToNext(); in writeRowSnapshot()
649 cursor.moveToNext(); in getUnmappedDocumentsParent()
681 documentId = cursor.moveToNext() ? cursor.getString(0) : null; in cleanDatabase()
698 if (cursor.moveToNext()) { in getLastBootCount()