Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIPowerManager.aidl33 void userActivity(long when, boolean noChangeLights); in userActivity() argument
34 void userActivityWithForce(long when, boolean noChangeLights, boolean force); in userActivityWithForce() argument
DLocalPowerManager.java42 void userActivity(long time, boolean noChangeLights, int eventType); in userActivity() argument
DPowerManager.java437 public void userActivity(long when, boolean noChangeLights) in userActivity() argument
440 mService.userActivity(when, noChangeLights); in userActivity()
/frameworks/base/services/java/com/android/server/
DPowerManagerService.java1717 private void setPowerState(int newState, boolean noChangeLights, int reason) in setPowerState() argument
1725 + " noChangeLights=" + noChangeLights in setPowerState()
1729 if (noChangeLights) { in setPowerState()
1755 + " newState=" + newState + " noChangeLights=" + noChangeLights); in setPowerState()
2327 public void userActivityWithForce(long time, boolean noChangeLights, boolean force) { in userActivityWithForce() argument
2329 userActivity(time, -1, noChangeLights, OTHER_EVENT, force); in userActivityWithForce()
2332 public void userActivity(long time, boolean noChangeLights) { in userActivity() argument
2342 userActivity(time, -1, noChangeLights, OTHER_EVENT, false); in userActivity()
2345 public void userActivity(long time, boolean noChangeLights, int eventType) { in userActivity() argument
2346 userActivity(time, -1, noChangeLights, eventType, false); in userActivity()
[all …]