Advertisement
souper

Untitled

Jan 19th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. frameworks/base/services/core/java/com/android/server/ThemeService.java:644: error: cannot find symbol
  2. mContext.sendBroadcastAsUser(new Intent(Intent.ACTION_KEYGUARD_WALLPAPER_CHANGED),
  3. ^
  4. symbol: variable ACTION_KEYGUARD_WALLPAPER_CHANGED
  5. location: class Intent
  6. frameworks/base/services/core/java/com/android/server/ThemeService.java:656: error: cannot find symbol
  7. wm.setKeyguardBitmap(bmp);
  8. ^
  9. symbol: method setKeyguardBitmap(Bitmap)
  10. location: variable wm of type WallpaperManager
  11. frameworks/base/services/core/java/com/android/server/ThemeService.java:658: error: cannot find symbol
  12. wm.clearKeyguardWallpaper();
  13. ^
  14. symbol: method clearKeyguardWallpaper()
  15. location: variable wm of type WallpaperManager
  16. frameworks/base/services/core/java/com/android/server/ThemeService.java:662: error: cannot find symbol
  17. wm.setKeyguardStream(in);
  18. ^
  19. symbol: method setKeyguardStream(InputStream)
  20. location: variable wm of type WallpaperManager
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement