Home
last modified time | relevance | path

Searched refs:clearWallpaper (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/core/java/android/app/
DDisabledWallpaperManager.java317 public void clearWallpaper() { in clearWallpaper() method in DisabledWallpaperManager
322 public void clearWallpaper(int which, int userId) { in clearWallpaper() method in DisabledWallpaperManager
DIWallpaperManager.aidl141 void clearWallpaper(in String callingPackage, int which, int userId); in clearWallpaper() method
DWallpaperManager.java2767 public void clearWallpaper() { in clearWallpaper() method
2768 clearWallpaper(FLAG_LOCK | FLAG_SYSTEM, mContext.getUserId()); in clearWallpaper()
2794 public void clearWallpaper(@SetWallpaperFlags int which, int userId) { in clearWallpaper() method
2800 sGlobals.mService.clearWallpaper(mContext.getOpPackageName(), which, userId); in clearWallpaper()
3130 clearWallpaper(which, mContext.getUserId()); in clear()
DContextImpl.java1121 public void clearWallpaper() throws IOException { in clearWallpaper() method in ContextImpl
/frameworks/base/services/core/java/com/android/server/
DWallpaperUpdateReceiver.java63 wallpaperManager.clearWallpaper(); in updateWallpaper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/
DImageWallpaper.java391 mWallpaperManager.clearWallpaper(getWallpaperFlags(), mUserTracker.getUserId()); in loadWallpaperAndDrawFrameInternal()
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodBaseContext.java329 public void clearWallpaper() throws IOException { in clearWallpaper() method in RavenwoodBaseContext
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java521 public void clearWallpaper() throws IOException { in clearWallpaper() method in ApplicationContext
524 context.clearWallpaper(); in clearWallpaper()
DBridgeContext.java1421 public void clearWallpaper() { in clearWallpaper() method in BridgeContext
/frameworks/base/core/java/android/content/
DContextWrapper.java432 public void clearWallpaper() throws IOException { in clearWallpaper() method in ContextWrapper
433 mBase.clearWallpaper(); in clearWallpaper()
DContext.java2138 public abstract void clearWallpaper() throws IOException; in clearWallpaper() method in Context
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java322 public void clearWallpaper() { in clearWallpaper() method in MockContext
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/
DWallpaperManagerServiceTests.java318 mService.clearWallpaper(null, FLAG_SYSTEM, testUserId); in testSetThenClearComponent()
/frameworks/base/test-mock/api/
Dcurrent.txt44 method public void clearWallpaper();
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt558 RequiresPermission: android.app.WallpaperManager#clearWallpaper(int, int):
559 … Method 'clearWallpaper' documentation mentions permissions already declared by @RequiresPermission
810 RequiresPermission: android.content.Context#clearWallpaper():
811 Method 'clearWallpaper' documentation mentions permissions without declaring @RequiresPermission
Dtest-lint-baseline.txt618 RequiresPermission: android.app.WallpaperManager#clearWallpaper(int, int):
619 … Method 'clearWallpaper' documentation mentions permissions already declared by @RequiresPermission
874 RequiresPermission: android.content.Context#clearWallpaper():
875 Method 'clearWallpaper' documentation mentions permissions without declaring @RequiresPermission
Dsystem-lint-baseline.txt648 RequiresPermission: android.app.WallpaperManager#clearWallpaper(int, int):
649 … Method 'clearWallpaper' documentation mentions permissions already declared by @RequiresPermission
898 RequiresPermission: android.content.Context#clearWallpaper():
899 Method 'clearWallpaper' documentation mentions permissions without declaring @RequiresPermission
Dlint-baseline.txt614 RequiresPermission: android.content.Context#clearWallpaper():
615 Method 'clearWallpaper' documentation mentions permissions without declaring @RequiresPermission
Dsystem-current.txt1253 …ssion(android.Manifest.permission.INTERACT_ACROSS_USERS_FULL) public void clearWallpaper(int, int);
Dcurrent.txt7776 …method @RequiresPermission(android.Manifest.permission.SET_WALLPAPER) public void clearWallpaper();
10544 method @Deprecated public abstract void clearWallpaper() throws java.io.IOException;
10836 method @Deprecated public void clearWallpaper() throws java.io.IOException;
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1908 public void clearWallpaper(String callingPackage, int which, int userId) { in clearWallpaper() method in WallpaperManagerService
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7127 method public abstract deprecated void clearWallpaper() throws java.io.IOException;
7301 method public void clearWallpaper() throws java.io.IOException;
29192 method public void clearWallpaper();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt6991 Landroid/app/IWallpaperManager$Stub$Proxy;->clearWallpaper(Ljava/lang/String;II)V
7038 Landroid/app/IWallpaperManager;->clearWallpaper(Ljava/lang/String;II)V