Searched refs:addToCursor (Results 1 – 2 of 2) sorted by relevance
90 val obj1 = TestCachedObject(1).apply { addToCursor(cursor) } in <lambda>()91 val obj2 = TestCachedObject(2).apply { addToCursor(cursor) } in <lambda>()102 TestCachedObject(1).addToCursor(cursor) in <lambda>()103 TestCachedObject(2).addToCursor(cursor) in <lambda>()104 TestCachedObject(3).addToCursor(cursor) in <lambda>()105 TestCachedObject(4).addToCursor(cursor) in <lambda>()106 TestCachedObject(5).addToCursor(cursor) in <lambda>()116 TestCachedObject(1).addToCursor(cursor) in <lambda>()117 TestCachedObject(2).addToCursor(cursor) in <lambda>()118 TestCachedObject(3).addToCursor(cursor) in <lambda>()[all …]
120 addToCursor(doc); in createDocumentForUser()129 private void addToCursor(DocumentInfo doc) { in addToCursor() method in TestModel