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

/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl30 void userActivity(long when, boolean noChangeLights);
31 void userActivityWithForce(long when, boolean noChangeLights, boolean force);
H A DLocalPowerManager.java47 void userActivity(long time, boolean noChangeLights, int eventType); argument
H A DPowerManager.java408 * @param noChangeLights should be true if you don't want the lights to
414 public void userActivity(long when, boolean noChangeLights) argument
417 mService.userActivity(when, noChangeLights);
/frameworks/base/services/java/com/android/server/
H A DPowerManagerService.java143 // used for noChangeLights in setPowerState()
1633 private void setPowerState(int newState, boolean noChangeLights, int reason) argument
1641 + " noChangeLights=" + noChangeLights
1645 if (noChangeLights) {
1671 + " newState=" + newState + " noChangeLights=" + noChangeLights);
2176 public void userActivityWithForce(long time, boolean noChangeLights, boolean force) { argument
2178 userActivity(time, -1, noChangeLights, OTHER_EVENT, force);
2181 public void userActivity(long time, boolean noChangeLights) { argument
2194 userActivity(long time, boolean noChangeLights, int eventType) argument
2198 userActivity(long time, boolean noChangeLights, int eventType, boolean force) argument
2212 userActivity(long time, long timeoutOverride, boolean noChangeLights, int eventType, boolean force) argument
[all...]

Completed in 91 milliseconds