Home
last modified time | relevance | path

Searched refs: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() argument
117 int actionLabelRes, int actionIconRes, in finalizeWallpaperForNextRotation() argument
135 int actionLabelRes, in saveStaticWallpaperMetadata() argument
H A DDefaultWallpaperPersister.java341 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId) { in setWallpaperInRotation() argument
344 actionLabelRes, actionIconRes, collectionId); in setWallpaperInRotation()
356 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument
357 return saveStaticWallpaperMetadata(attributions, actionUrl, actionLabelRes, in finalizeWallpaperForNextRotation()
367 String actionUrl, int actionLabelRes, int actionIconRes, String collectionId) { in setWallpaperInRotationStatic() argument
375 return saveStaticWallpaperMetadata(attributions, actionUrl, actionLabelRes, in setWallpaperInRotationStatic()
382 int actionLabelRes, in saveStaticWallpaperMetadata() argument
402 mWallpaperPreferences.setHomeWallpaperActionLabelRes(actionLabelRes); in saveStaticWallpaperMetadata()
413 mWallpaperPreferences.setLockWallpaperActionLabelRes(actionLabelRes); in saveStaticWallpaperMetadata()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DWallpaperMetadata.java40 @StringRes int actionLabelRes, in WallpaperMetadata() argument
46 mActionLabelRes = actionLabelRes; in WallpaperMetadata()
H A DCurrentWallpaperInfoVN.java72 @StringRes int actionLabelRes, @DrawableRes int actionIconRes, in CurrentWallpaperInfoVN() argument
78 mActionLabelRes = actionLabelRes; in CurrentWallpaperInfoVN()
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
H A DTestWallpaperPersister.java125 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId) { in setWallpaperInRotation() argument
149 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument
234 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in saveStaticWallpaperMetadata() argument