Searched refs:COMMAND_DISPLAY_SWITCH (Results 1 – 3 of 3) sorted by relevance
19 import static android.app.WallpaperManager.COMMAND_DISPLAY_SWITCH;1130 w.mClient.dispatchWallpaperCommand(COMMAND_DISPLAY_SWITCH, 0 /* x */, 0 /* y */, in notifyDisplaySwitch()
19 import static android.app.WallpaperManager.COMMAND_DISPLAY_SWITCH;2124 } else if (COMMAND_DISPLAY_SWITCH.equals(cmd.action)) { in doCommand()
269 public static final String COMMAND_DISPLAY_SWITCH = "android.wallpaper.displayswitch"; field in WallpaperManager