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

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java222 private static final int MSG_CLEAR_WALLPAPER = 1; field in class:WallpaperManager.Globals
233 case MSG_CLEAR_WALLPAPER:
250 mHandler.sendEmptyMessage(MSG_CLEAR_WALLPAPER);
283 mHandler.removeMessages(MSG_CLEAR_WALLPAPER);

Completed in 231 milliseconds