Searched refs:changeCommand (Results 1 – 2 of 2) sorted by relevance
377 final String changeCommand; in setDeviceIdleState() local379 changeCommand = "force-idle " + (mDeviceIdleEnabled ? "deep" : "light"); in setDeviceIdleState()381 changeCommand = "force-active"; in setDeviceIdleState()383 SystemUtil.runShellCommand("cmd deviceidle " + changeCommand); in setDeviceIdleState()
1371 final String changeCommand; in toggleDozeState() local1373 changeCommand = "force-idle " + (mDeviceIdleEnabled ? "deep" : "light"); in toggleDozeState()1375 changeCommand = "force-active"; in toggleDozeState()1377 mUiDevice.executeShellCommand("cmd deviceidle " + changeCommand); in toggleDozeState()