Home
last modified time | relevance | path

Searched refs:FLAG_POWER_SAVE_ENABLED (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/devicestate/
DOverrideRequestController.java71 static final int FLAG_POWER_SAVE_ENABLED = 1 << 1; field in OverrideRequestController
75 FLAG_POWER_SAVE_ENABLED
254 flags |= isPowerSaveEnabled ? FLAG_POWER_SAVE_ENABLED : 0; in handleNewSupportedStates()
DDeviceStateManagerService.java30 import static com.android.server.devicestate.OverrideRequestController.FLAG_POWER_SAVE_ENABLED;
724 } else if ((flags & FLAG_POWER_SAVE_ENABLED) == FLAG_POWER_SAVE_ENABLED) { in onOverrideRequestStatusChangedLocked()