Searched refs:isWallpaperSupported (Results 1 – 13 of 13) sorted by relevance
136 boolean isWallpaperSupported(in String callingPackage); in isWallpaperSupported() method
58 public boolean isWallpaperSupported() { in isWallpaperSupported() method in DisabledWallpaperManager
424 if (!mService.isWallpaperSupported(context.getOpPackageName())) { in peekWallpaperBitmap()1884 public boolean isWallpaperSupported() { in isWallpaperSupported() method1890 return sGlobals.mService.isWallpaperSupported(mContext.getOpPackageName()); in isWallpaperSupported()
108 if (!mWallpaperManager.isWallpaperSupported()) { in getBitmap()126 if (!mWallpaperManager.isWallpaperSupported()) { in loadBitmap()
851 mContext.getSystemService(WallpaperManager.class).isWallpaperSupported(); in start()
71 if (wallpaperManager.isWallpaperSupported()) { in SysuiColorExtractor()
76 if (wallpaperManager.isWallpaperSupported()) { in ColorExtractor()
222 public boolean isWallpaperSupported(String callingPackage) { in isWallpaperSupported() method in WallpaperManagerServiceTests.TestWallpaperManagerService
1919 if (!isWallpaperSupported(callingPackage) || !isSetWallpaperAllowed(callingPackage)) { in clearWallpaper()2064 if (!isWallpaperSupported(callingPackage)) { in setDimensionHints()2151 if (!isWallpaperSupported(callingPackage)) { in setDisplayPadding()2420 if (!isWallpaperSupported(callingPackage) || !isSetWallpaperAllowed(callingPackage)) { in setWallpaper()2537 if (isWallpaperSupported(callingPackage) && isSetWallpaperAllowed(callingPackage)) { in setWallpaperComponentChecked()2846 public boolean isWallpaperSupported(String callingPackage) { in isWallpaperSupported() method in WallpaperManagerService
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
2323 HSPLandroid/app/IWallpaperManager$Stub$Proxy;->isWallpaperSupported(Ljava/lang/String;)Z3378 HSPLandroid/app/WallpaperManager;->isWallpaperSupported()Z
33416 HSPLcom/android/server/wallpaper/WallpaperManagerService;->isWallpaperSupported(Ljava/lang/String;)Z
6694 method public boolean isWallpaperSupported();