Home
last modified time | relevance | path

Searched refs:WallpaperInfoContract (Results 1 – 6 of 6) sorted by relevance

/frameworks/libs/systemui/weathereffects/tests/src/com/google/android/wallpaper/weathereffects/provider/
DWeatherEffectsContentProviderTest.kt20 import com.google.android.wallpaper.weathereffects.provider.WallpaperInfoContract.WallpaperGenerati…
21 import com.google.android.wallpaper.weathereffects.provider.WallpaperInfoContract.WeatherEffect
50 val uri = WallpaperInfoContract.getUpdateWallpaperUri() in query_updateWallpaper_returnsCorrectData()
52 WallpaperInfoContract.FOREGROUND_TEXTURE_PARAM, expectedForegroundPath in query_updateWallpaper_returnsCorrectData()
55 WallpaperInfoContract.BACKGROUND_TEXTURE_PARAM, expectedBackgroundPath in query_updateWallpaper_returnsCorrectData()
58 WallpaperInfoContract.WEATHER_EFFECT_PARAM, expectedWeatherEffect in query_updateWallpaper_returnsCorrectData()
89 val uri = WallpaperInfoContract.getUpdateWallpaperUri().build() in query_updateWallpaper_withNoParams_returnsCorrectData()
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/provider/
DWeatherEffectsContentProvider.kt27 import com.google.android.wallpaper.weathereffects.provider.WallpaperInfoContract.WallpaperGenerati… in <lambda>()
41 WallpaperInfoContract.AUTHORITY, in <lambda>()
82 val foreground = uri.getQueryParameter(WallpaperInfoContract.FOREGROUND_TEXTURE_PARAM) in <lambda>()
83 val background = uri.getQueryParameter(WallpaperInfoContract.BACKGROUND_TEXTURE_PARAM) in <lambda>()
84 val weatherType = uri.getQueryParameter(WallpaperInfoContract.WEATHER_EFFECT_PARAM) in <lambda>()
102 WallpaperInfoContract.WeatherEffect.fromStringValue(weatherType), in <lambda>()
DWallpaperInfoContract.kt22 object WallpaperInfoContract { object
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/shared/model/
DWallpaperFileModel.kt20 import com.google.android.wallpaper.weathereffects.provider.WallpaperInfoContract
32 val weatherEffect: WallpaperInfoContract.WeatherEffect? = null
45 val weatherEffect: WallpaperInfoContract.WeatherEffect? = null
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/
DWeatherEngine.kt36 import com.google.android.wallpaper.weathereffects.provider.WallpaperInfoContract in <lambda>()
122 weatherEffect: WallpaperInfoContract.WeatherEffect? = null in <lambda>()
128 WallpaperInfoContract.WeatherEffect.RAIN -> { in <lambda>()
133 WallpaperInfoContract.WeatherEffect.FOG -> { in <lambda>()
140 WallpaperInfoContract.WeatherEffect.SNOW -> { in <lambda>()
/frameworks/libs/systemui/weathereffects/debug/src/com/google/android/wallpaper/weathereffects/
DWallpaperEffectsDebugActivity.kt39 import com.google.android.wallpaper.weathereffects.provider.WallpaperInfoContract in <lambda>()
64 private var weatherEffect: WallpaperInfoContract.WeatherEffect? = null in <lambda>()
90 weatherEffect = WallpaperInfoContract.WeatherEffect.RAIN in <lambda>()
95 weatherEffect = WallpaperInfoContract.WeatherEffect.FOG in <lambda>()
100 weatherEffect = WallpaperInfoContract.WeatherEffect.SNOW in <lambda>()