Searched refs:remoteId (Results 1 – 8 of 8) sorted by relevance
274 val remoteId = getHomeWallpaperRemoteId() in WallpaperPreferences() constant276 if (!TextUtils.isEmpty(remoteId)) remoteId else getHomeWallpaperServiceName() in WallpaperPreferences()287 val remoteId = getLockWallpaperRemoteId() in WallpaperPreferences() constant289 if (!TextUtils.isEmpty(remoteId)) remoteId else getLockWallpaperServiceName() in WallpaperPreferences()
79 String actionUrl, String collectionId, String remoteId); in setWallpaperInRotation() argument111 String collectionId, int wallpaperId, String remoteId); in finalizeWallpaperForNextRotation() argument131 String remoteId, in saveStaticWallpaperMetadata() argument
443 fun generateRecentsKey(remoteId: String?, hashCode: Long): String? { in getWallpaperPresentationMode()444 return if (!TextUtils.isEmpty(remoteId)) { in getWallpaperPresentationMode()445 remoteId in getWallpaperPresentationMode()
212 String actionUrl, String collectionId, String remoteId) { in setWallpaperInRotation() argument221 remoteId, DEST_HOME_SCREEN); in setWallpaperInRotation()238 String collectionId, int wallpaperId, String remoteId) { in finalizeWallpaperForNextRotation() argument240 remoteId, DEST_HOME_SCREEN); in finalizeWallpaperForNextRotation()248 String remoteId, in saveStaticWallpaperMetadata() argument262 mWallpaperPreferences.setHomeWallpaperRemoteId(remoteId); in saveStaticWallpaperMetadata()274 mWallpaperPreferences.setLockWallpaperRemoteId(remoteId); in saveStaticWallpaperMetadata()
327 noBackupEditor.putString(NoBackupKeys.KEY_HOME_WALLPAPER_REMOTE_ID, metadata.remoteId) in <lambda>()544 noBackupEditor.putString(NoBackupKeys.KEY_LOCK_WALLPAPER_REMOTE_ID, metadata.remoteId) in <lambda>()
104 String actionUrl, String collectionId, String remoteId) { in setWallpaperInRotation() argument128 String collectionId, int wallpaperId, String remoteId) { in finalizeWallpaperForNextRotation() argument213 String collectionId, int wallpaperId, String remoteId, @Destination int destination) { in saveStaticWallpaperMetadata() argument
43 remoteId = "ocean", in setHomeStaticImageWallpaperMetadata_metadataShouldBeSavedToPreferences()123 remoteId = "ocean", in setLockStaticImageWallpaperMetadata_metadataShouldBeSavedToPreferences()
25 val remoteId: String, constant in com.android.wallpaper.model.StaticWallpaperPrefMetadata