Searched refs:isWallpaperSupported (Results 1 – 10 of 10) sorted by relevance
806 if (isWallpaperSupported()) { in testIncorrectContextUse_Application_ThrowViolation()842 if (isWallpaperSupported()) { in testIncorrectContextUse_DisplayContext_ThrowViolation()873 if (isWallpaperSupported()) { in testIncorrectContextUse_WindowContext_NoViolation()910 if (isWallpaperSupported()) { in testIncorrectContextUse_Activity_NoViolation()950 if (isWallpaperSupported()) { in testIncorrectContextUse_UiDerivedContext_NoViolation()969 if (isWallpaperSupported()) { in testIncorrectContextUse_UiDerivedContext_NoViolation()1017 if (isWallpaperSupported()) { in testIncorrectContextUse_UiDerivedDisplayContext_ThrowViolation()1061 if (isWallpaperSupported()) { in testIncorrectContextUse_ConfigContext()1108 if (isWallpaperSupported()) { in testIncorrectContextUse_ConfigDerivedDisplayContext()1153 if (isWallpaperSupported()) { in testIncorrectContextUse_Service_ThrowViolation()[all …]
64 assumeTrue("Device does not support wallpapers", wallpaperManager.isWallpaperSupported) in setup()
166 assumeTrue(WallpaperManager.getInstance(mContext).isWallpaperSupported()); in virtualDeviceHome_noHomeComponent_showsWallpaper()181 assumeTrue(WallpaperManager.getInstance(mContext).isWallpaperSupported()); in virtualDeviceHome_withHomeComponent_showsWallpaper()
74 assumeTrue("Device does not support wallpapers", mWallpaperManager.isWallpaperSupported()); in setUp()
113 assumeTrue("Device does not support wallpapers", sWallpaperManager.isWallpaperSupported()); in setUp()
993 if (!isWallpaperSupported()) return; in testAccessWallpaper()1322 if (!isWallpaperSupported()) return; in testGetWallpaperDesiredMinimumHeightAndWidth()2502 private boolean isWallpaperSupported() { in isWallpaperSupported() method in ContextTest2503 return WallpaperManager.getInstance(mContext).isWallpaperSupported(); in isWallpaperSupported()
673 return WallpaperManager.getInstance(mContext).isWallpaperSupported(); in supportsWallpaper()
175 assumeTrue("Device does not support wallpapers", mWallpaperManager.isWallpaperSupported()); in setUp()
2710 assumeTrue(mContext.getSystemService(WallpaperManager.class).isWallpaperSupported()); in setAutomaticZenRuleState_ruleWithDimWallpaper_applied()
7799 method public boolean isWallpaperSupported();