Searched refs:FEATURE_LIVE_WALLPAPER (Results 1 – 8 of 8) sorted by relevance
19 import static android.content.pm.PackageManager.FEATURE_LIVE_WALLPAPER;52 @RequireFeature(value = FEATURE_LIVE_WALLPAPER, reason = "WallpaperManager depends on this feature")
312 public static final String FEATURE_LIVE_WALLPAPER = "android.software.live_wallpaper"; field in CommonPackages
67 mContext.packageManager.hasSystemFeature(PackageManager.FEATURE_LIVE_WALLPAPER) in setup()
29 import static android.content.pm.PackageManager.FEATURE_LIVE_WALLPAPER;1287 mContext.getPackageManager().hasSystemFeature(FEATURE_LIVE_WALLPAPER)); in testExistingWallpaperWindows()1319 mContext.getPackageManager().hasSystemFeature(FEATURE_LIVE_WALLPAPER)); in testSystemAndLockWallpaperVisibility_onHomeScreen()1359 mContext.getPackageManager().hasSystemFeature(FEATURE_LIVE_WALLPAPER)); in testSystemAndLockWallpaperVisibility_onLockScreen()1395 mContext.getPackageManager().hasSystemFeature(FEATURE_LIVE_WALLPAPER)); in testSharedWallpaperVisibilityBehindActivity_onLockScreen()1433 mContext.getPackageManager().hasSystemFeature(FEATURE_LIVE_WALLPAPER)); in testIndependentWallpaperVisibilityBehindActivity_onLockScreen()
297 assertAvailable(PackageManager.FEATURE_LIVE_WALLPAPER); in testLiveWallpaperFeature()299 assertNotAvailable(PackageManager.FEATURE_LIVE_WALLPAPER); in testLiveWallpaperFeature()
102 new Feature(PackageManager.FEATURE_LIVE_WALLPAPER, false),
668 return hasDeviceFeature(PackageManager.FEATURE_LIVE_WALLPAPER); in supportsLiveWallpaper()
13149 field public static final String FEATURE_LIVE_WALLPAPER = "android.software.live_wallpaper";