Home
last modified time | relevance | path

Searched refs:buildFromCursor (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCreativeCategory.java92 return CreativeWallpaperInfo.buildFromCursor(wallpaper.getWallpaperComponent(), in saveCreativeCategoryWallpaper()
164 CreativeWallpaperInfo.buildFromCursor(wallpaperInfo, cursor); in readCreativeWallpapers()
DCreativeWallpaperInfo.java412 public static CreativeWallpaperInfo buildFromCursor(WallpaperInfo wallpaperInfo,
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetModel.kt212 fun buildFromCursor(cursor: Cursor, timeZone: String?) { in buildFromCursor() method
DCalendarAppWidgetService.kt628 model.buildFromCursor(cursor as Cursor, timeZone) in buildAppWidgetModel()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt326 CreativeWallpaperInfo.buildFromCursor( in <lambda>()