Home
last modified time | relevance | path

Searched defs:actionLabelRes (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperPersister.java87 int actionLabelRes, int actionIconRes, in setWallpaperInRotation()
117 int actionLabelRes, int actionIconRes, in finalizeWallpaperForNextRotation()
135 int actionLabelRes, in saveStaticWallpaperMetadata()
H A DDefaultWallpaperPersister.java341 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId) { in setWallpaperInRotation()
356 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation()
367 String actionUrl, int actionLabelRes, int actionIconRes, String collectionId) { in setWallpaperInRotationStatic()
382 int actionLabelRes, in saveStaticWallpaperMetadata()
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestWallpaperPersister.java125 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId) { in setWallpaperInRotation()
149 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation()
234 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in saveStaticWallpaperMetadata()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DWallpaperMetadata.java40 @StringRes int actionLabelRes, in WallpaperMetadata()
H A DCurrentWallpaperInfoVN.java72 @StringRes int actionLabelRes, @DrawableRes int actionIconRes, in CurrentWallpaperInfoVN()