Searched refs:getWallpaperId (Results 1 – 5 of 5) sorted by relevance
216 public int getWallpaperId(int which) { in getWallpaperId() method in DisabledWallpaperManager
2033 public int getWallpaperId(@SetWallpaperFlags int which) { in getWallpaperId() method
178 final int sysGeneration = mWallpaperManager.getWallpaperId(FLAG_SYSTEM); in onFullBackup()179 final int lockGeneration = mWallpaperManager.getWallpaperId(FLAG_LOCK); in onFullBackup()
866 when(mWallpaperManager.getWallpaperId(eq(FLAG_SYSTEM))).thenReturn(systemWallpaperId); in mockCurrentWallpaperIds()867 when(mWallpaperManager.getWallpaperId(eq(FLAG_LOCK))).thenReturn(lockWallpaperId); in mockCurrentWallpaperIds()
7793 method public int getWallpaperId(int);