Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DLowPowerStandbyController.java155 private boolean mEnableStandbyPorts; field in LowPowerStandbyController
404 mEnableStandbyPorts = mDeviceConfig.enableStandbyPorts(); in systemReady()
431 mEnableStandbyPorts = mDeviceConfig.enableStandbyPorts(); in onDeviceConfigFlagsChanged()
989 if (mEnableStandbyPorts && isEnabled() && isPackageExempt(uid)) { in acquireStandbyPorts()
1014 if (mEnableStandbyPorts && isEnabled() && isPackageExempt(standbyPortsLock.getUid())) { in releaseStandbyPorts()
1024 if (!isEnabled() || !mEnableStandbyPorts) { in getActiveStandbyPorts()