Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/module/logging/
DThemesUserEventLoggerImpl.kt274 val remoteId = getHomeWallpaperRemoteId() in WallpaperPreferences() constant
287 val remoteId = getLockWallpaperRemoteId() in WallpaperPreferences() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPersister.java79 String actionUrl, String collectionId, String remoteId); in setWallpaperInRotation()
111 String collectionId, int wallpaperId, String remoteId); in finalizeWallpaperForNextRotation()
131 String remoteId, in saveStaticWallpaperMetadata()
DDefaultWallpaperPersister.java212 String actionUrl, String collectionId, String remoteId) { in setWallpaperInRotation()
238 String collectionId, int wallpaperId, String remoteId) { in finalizeWallpaperForNextRotation()
248 String remoteId, in saveStaticWallpaperMetadata()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java104 String actionUrl, String collectionId, String remoteId) { in setWallpaperInRotation()
128 String collectionId, int wallpaperId, String remoteId) { in finalizeWallpaperForNextRotation()
213 String collectionId, int wallpaperId, String remoteId, @Destination int destination) { in saveStaticWallpaperMetadata()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DStaticWallpaperPrefMetadata.kt25 val remoteId: String, constant in com.android.wallpaper.model.StaticWallpaperPrefMetadata