Searched refs:getWallpaperInfoFile (Results 1 – 6 of 6) sorted by relevance
136 ParcelFileDescriptor getWallpaperInfoFile(int userId); in getWallpaperInfoFile() method
196 public ParcelFileDescriptor getWallpaperInfoFile() { in getWallpaperInfoFile() method in DisabledWallpaperManager
2006 public ParcelFileDescriptor getWallpaperInfoFile() { in getWallpaperInfoFile() method2012 return sGlobals.mService.getWallpaperInfoFile(mContext.getUserId()); in getWallpaperInfoFile()
262 final ParcelFileDescriptor wallpaperInfoFd = mWallpaperManager.getWallpaperInfoFile(); in backupWallpaperInfoFile()
891 when(mWallpaperManager.getWallpaperInfoFile()).thenReturn( in mockWallpaperInfoFileWithContents()
2362 public ParcelFileDescriptor getWallpaperInfoFile(int userId) { in getWallpaperInfoFile() method in WallpaperManagerService