Searched refs:getWallpaperId (Results 1 – 6 of 6) 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()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7793 method public int getWallpaperId(int);