Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DLowPowerStandbyController.java153 private boolean mEnableStandbyPorts; field in LowPowerStandbyController
379 mEnableStandbyPorts = mDeviceConfig.enableStandbyPorts(); in systemReady()
406 mEnableStandbyPorts = mDeviceConfig.enableStandbyPorts(); in onDeviceConfigFlagsChanged()
955 if (mEnableStandbyPorts && isEnabled() && isPackageExempt(uid)) { in acquireStandbyPorts()
980 if (mEnableStandbyPorts && isEnabled() && isPackageExempt(standbyPortsLock.getUid())) { in releaseStandbyPorts()
990 if (!isEnabled() || !mEnableStandbyPorts) { in getActiveStandbyPorts()