Searched refs:noChangeLights (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
H A DLocalPowerManager.java42 void userActivity(long time, boolean noChangeLights, int eventType); argument
H A DIPowerManager.aidl33 void userActivity(long when, boolean noChangeLights);
34 void userActivityWithForce(long when, boolean noChangeLights, boolean force);
H A DPowerManager.java455 * @param noChangeLights should be true if you don't want the lights to
461 public void userActivity(long when, boolean noChangeLights) argument
464 mService.userActivity(when, noChangeLights);
/frameworks/base/services/java/com/android/server/
H A DPowerManagerService.java172 // used for noChangeLights in setPowerState()
1791 private void setPowerState(int newState, boolean noChangeLights, int reason) argument
1799 + " noChangeLights=" + noChangeLights
1803 if (noChangeLights) {
1829 + " newState=" + newState + " noChangeLights=" + noChangeLights);
2491 public void userActivityWithForce(long time, boolean noChangeLights, boolean force) { argument
2493 userActivity(time, -1, noChangeLights, OTHER_EVENT, force, false);
2496 public void userActivity(long time, boolean noChangeLights) { argument
2509 userActivity(long time, boolean noChangeLights, int eventType) argument
2513 userActivity(long time, boolean noChangeLights, int eventType, boolean force) argument
2527 userActivity(long time, long timeoutOverride, boolean noChangeLights, int eventType, boolean force, boolean ignoreIfScreenOff) argument
[all...]

Completed in 441 milliseconds