Home
last modified time | relevance | path

Searched refs:addToCursor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/icons/
DIconCacheUpdateHandlerTest.kt90 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 …]
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestModel.java120 addToCursor(doc); in createDocumentForUser()
129 private void addToCursor(DocumentInfo doc) { in addToCursor() method in TestModel