summaryrefslogtreecommitdiff
path: root/tests/Internal/res
AgeCommit message (Collapse)Author
2024-02-22Update ProtoLog build rules Pablo Gamito
ProtoLogTool now has additional parameters to support Perfetto tracing. We also need to generate and include a proto version of the viewer configuration. Flag: ACONFIG android.tracing.Flags.perfettoProtolog DEVELOPMENT Test: mp droid && atest FrameworksServicesTests Bug: 276432490 Change-Id: I26929eed96faae04bec65ae5eaf86afda75cb83c
2018-10-22Add new WallpaperInfo attr settingsSliceUri. Weien Wang
Add settingsSliceUri attribute for supporting live wallpaper inline- control, public for AOSP live wallpaper to use. Bug: 117200693 Test: atest tests/Internal/src/android/app/WallpaperInfoTest.java Change-Id: Iffe9fbd9f49daf8a63d5745f91532de13b7288e3
2018-07-30Expose Ambient Wallpaper API Lucas Dupin
In P we introduced a private concept of AOD wallpapers, in Q we're making it a public surface. Bug: 111395593 Test: make Change-Id: I4c406386f0ee15dc8734a24b040482b6cb807126
2017-12-18Support wallpapers in AoD Lucas Dupin
Such wallpaper has to define supportsAmbientMode, and set it to true on its android.service.wallpaper meta data. Also introduces WallpaperService.Engine#onAmbientModeChanged to notify a live wallpaper that the display state has changed. Change-Id: I49e846069a698b3cc3bb6e7cda98172920eaae4c Bug: 64155983 Test: runtest -x frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/DozeWallpaperStateTest.java Test: runtest -x frameworks/base/tests/Internal/src/android/app/WallpaperInfoTest.java Test: runtest -x frameworks/base/tests/Internal/src/android/service/wallpaper/WallpaperServiceTest.java Test: set AoD wallpaper, go to aod, lock screen, launcher Test: set regular wallpaper, go to aod, lock screen, launcher