Searched defs:isWallpaperBackupEligible (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java1658 public boolean isWallpaperBackupEligible() { method in class:WallpaperManager
1664 return sGlobals.mService.isWallpaperBackupEligible(mContext.getUserId());
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java1724 public boolean isWallpaperBackupEligible(int userId) { method in class:WallpaperManagerService
1726 throw new SecurityException("Only the system may call isWallpaperBackupEligible");

Completed in 161 milliseconds