Searched refs:createCursor (Results 1 – 7 of 7) sorted by relevance
55 Cursor cursor = createCursor("John Doe", "Doe John"); in testShowDisplayName_Simple()64 Cursor cursor = createCursor("", ""); in testShowDisplayName_Unknown()74 Cursor cursor = createCursor("John Doe", "Doe John"); in testShowDisplayName_WithPrefix()89 Cursor cursor = createCursor("John Doe", "Doe John"); in testShowDisplayName_WithPrefixReversed()126 private Cursor createCursor(String name, String alternateName) { in createCursor() method in ContactListItemViewTest
54 mCursor = createCursor(); in BaseImageList()150 protected abstract Cursor createCursor(); in createCursor() method in BaseImageList
113 protected Cursor createCursor() { in createCursor() method in VideoList
88 protected Cursor createCursor() { in createCursor() method in ImageList
97 return task.createCursor(mResolver, columnNames); in queryChildDocuments()293 synchronized Cursor createCursor(ContentResolver resolver, String[] columnNames) in createCursor() method in DocumentLoader.LoaderTask
148 mCursor = createCursor(locale); in onActivityCreated()177 private Cursor createCursor(final String locale) { in createCursor() method in UserDictionarySettings
83 this.cursor = createCursor(cursor); in ContactFilterCursor()110 private static Cursor createCursor(Cursor cursor) { in createCursor() method in ContactFilterCursor